COLOR #06CFD6

HEX: #06CFD6
RGB: (6,207,214)

Color info

#06CFD6 contains mainly green and blue colors. Web safe color of #06CFD6 is #00CCCC (or #0CC).

RGB color model

#06CFD6 color RGB value is (6,207,214).

  • red value is 6;
  • green value is 207;
  • blue value is 214.
RGB:
(6,207,214)
(2%,81%,84%)

RGB channels and saturation

R 6 of 255 = 2%
G 207 of 255 = 81%
B 214 of 255 = 84%

6
207
214

R + G + B ~ 56%. #06CFD6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 207 + 214 = 427 (100%)
R 6 of 427 ~ 1.41%
G 207 of 427 ~ 48.48%
B 214 of 427 ~ 50.12%

%48.48
%50.12

CMYK color model

#06CFD6 color CMYK value is (97,3,0,16).

  • cyan value is 97.20%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(97,3,0,16)
C97M3Y0K16 
(97%,3%,0%,16%)
(0.97/0.03/0.00/0.16)	

CMYK percentages

%97.2
%3.27
%0
%16.08

Codes

Color #06CFD6 in popluar color models

06CFD6
RGB6207214
HSL182°94.55%43.14%
HSB/HSV182°97.20%83.92%
CMYK97.20%3.27%0.00%
16.08%

Color #06CFD6 in popluar number systems.

HEX06CFD6
Decimal6207214
Binary1101100111111010110
Octal6317326

Shades and tints

Shades of #06CFD6

#06CFD6
(6,207,214)
#06BDC3
(6,189,195)
#06ABB0
(6,171,176)
#06999D
(6,153,157)
#06878A
(6,135,138)
#067577
(6,117,119)
#066364
(6,99,100)
#065151
(6,81,81)
#063F3E
(6,63,62)
#062D2B
(6,45,43)
#061B18
(6,27,24)
#000000
(0,0,0)

Tints of #06CFD6

#06CFD6
(6,207,214)
#1CD3D9
(28,211,217)
#32D7DC
(50,215,220)
#48DBDF
(72,219,223)
#5EDFE2
(94,223,226)
#74E3E5
(116,227,229)
#8AE7E8
(138,231,232)
#A0EBEB
(160,235,235)
#B6EFEE
(182,239,238)
#CCF3F1
(204,243,241)
#E2F7F4
(226,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06CFD6 color. Also use rgb(6,207,214) instead hex code.

Text Font Color

.myTextColor { color: #06CFD6; }

<p style="color:#06CFD6">This sample text font color is #06CFD6.</p>

This text font color is #06CFD6.


Background Color

.myBgColor { background-color: #06CFD6; }

<div style="background-color:#06CFD6">Inner text</div>

This div background color is #06CFD6.


Border color

.myBorderColor { border: 1px solid #06CFD6; }

<div style="border:3px solid #06CFD6">Div</div>

This div border color is #06CFD6.


Opacity

.myOpacity80 { color: #06CFD6; opacity: 0.8; }

<p style="color:#06CFD6;opacity:0.8;">80%</p>

Text with #06CFD6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06CFD6;}

<p style="text-shadow: 3px 3px 1px #06CFD6">Text here.</p>

This text has shadow with #06CFD6 color.

.textShadow {text-shadow: 3px 3px 1px #06CFD6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06CFD6, 5px 5px 20px red">Text here.</p>

This text has shadow with #06CFD6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06CFD6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06CFD6, Direction=45, Strength=4)">Text</p>

This text has shadow with #06CFD6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06CFD6;
  -webkit-box-shadow:	1px 1px 3px 2px #06CFD6;
  box-shadow:		1px 1px 3px 2px #06CFD6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06CFD6;
-webkit-box-shadow: 1px 1px 3px 2px #06CFD6;
box-shadow:1px 1px 3px 2px #06CFD6;">
Div content here</div>
This div box has shadow with color #06CFD6.

Preview

Color preview on black background

This text has color #06CFD6 on black background.


Color preview on white background

This text has color #06CFD6 on white background.



Black color preview on #06CFD6 background

This text has black color on #06CFD6 background.


White color preview on #06CFD6 background

This text has white color on #06CFD6 background.