Shades of Dark Turquoise #06C9E0
Tints of Dark Turquoise #06C9E0
RGB
CMYK
RGB Variations
Color information
#06C9E0 (or 0x06C9E0) is known color: Dark Turquoise. HEX triplet: 06, C9 and E0. RGB value is (6,201,224). Sum of RGB (Red+Green+Blue) = 6+201+224=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #06C9E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C9E0 is #F9361F. Grayscale: #919191. Windows color (decimal): -16332320 or 14731526. OLE color: 14731526.
HSL color Cylindrical-coordinate representation of color #06C9E0: hue angle of 186.33º 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 #06C9E0 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 201 | 224 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.12 |
| HSL | 186.33º | 0.95% | 0.45% | - |
| HSV(B) | 186.33º | 0.97% | 0.88% | - |
| XYZ | 34.42 | 47.19 | 77.82 | - |
| YUV | 145.32 | 172.4 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 224 | 0.97 | 0.10 | 0 | 0.12 | 186.33 | 0.95 | 0.45 |
| Hex | 6 | C9 | E0 | 61 | A | 0 | C | BA | 5F | 2D |
| Octal | 6 | 311 | 340 | 141 | 12 | 0 | 14 | 272 | 137 | 55 |
| Binary | 110 | 11001001 | 11100000 | 1100001 | 1010 | 0 | 1100 | 10111010 | 1011111 | 101101 |
Color Harmonies of #06C9E0
Complementary color
Monochromatic Colors of #06C9E0
Black with #06C9E0
Text Example
Text Example
White with #06C9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C9E0; }
p { color: rgb(6,201,224); }
H1.HeaderClassName
{
color: #06C9E0;
}
.AnyTagClassName
{
color: #06C9E0;
}
</style>
background-color css
<style>
a { background-color: #06C9E0; }
a { background-color: rgb(6,201,224); }
div.DivClassName
{
background-color: #06C9E0;
}
.BgClassName
{
background-color: #06C9E0;
}
</style>
border-color css
<style>
span { border-color: #06C9E0; }
span { border-color: rgb(6,201,224); }
td.TdClassName
{
border-color: #06C9E0;
}
.TagClassName
{
border-color: #06C9E0;
}
</style>