Shades of Dark Turquoise #06CBE0
Tints of Dark Turquoise #06CBE0
RGB
CMYK
RGB Variations
Color information
#06CBE0 (or 0x06CBE0) is known color: Dark Turquoise. HEX triplet: 06, CB and E0. RGB value is (6,203,224). Sum of RGB (Red+Green+Blue) = 6+203+224=433 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #06CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CBE0 is #F9341F. Grayscale: #929292. Windows color (decimal): -16331808 or 14732038. OLE color: 14732038.
HSL color Cylindrical-coordinate representation of color #06CBE0: hue angle of 185.78º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CBE0 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 203 | 224 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.12 |
| HSL | 185.78º | 0.95% | 0.45% | - |
| HSV(B) | 185.78º | 0.97% | 0.88% | - |
| XYZ | 34.89 | 48.13 | 77.97 | - |
| YUV | 146.49 | 171.73 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 224 | 0.97 | 0.09 | 0 | 0.12 | 185.78 | 0.95 | 0.45 |
| Hex | 6 | CB | E0 | 61 | 9 | 0 | C | BA | 5F | 2D |
| Octal | 6 | 313 | 340 | 141 | 11 | 0 | 14 | 272 | 137 | 55 |
| Binary | 110 | 11001011 | 11100000 | 1100001 | 1001 | 0 | 1100 | 10111010 | 1011111 | 101101 |
Color Harmonies of #06CBE0
Complementary color
Monochromatic Colors of #06CBE0
Black with #06CBE0
Text Example
Text Example
White with #06CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBE0; }
p { color: rgb(6,203,224); }
H1.HeaderClassName
{
color: #06CBE0;
}
.AnyTagClassName
{
color: #06CBE0;
}
</style>
background-color css
<style>
a { background-color: #06CBE0; }
a { background-color: rgb(6,203,224); }
div.DivClassName
{
background-color: #06CBE0;
}
.BgClassName
{
background-color: #06CBE0;
}
</style>
border-color css
<style>
span { border-color: #06CBE0; }
span { border-color: rgb(6,203,224); }
td.TdClassName
{
border-color: #06CBE0;
}
.TagClassName
{
border-color: #06CBE0;
}
</style>