Shades of Dark Turquoise #06C0E0
Tints of Dark Turquoise #06C0E0
RGB
CMYK
RGB Variations
Color information
#06C0E0 (or 0x06C0E0) is known color: Dark Turquoise. HEX triplet: 06, C0 and E0. RGB value is (6,192,224). Sum of RGB (Red+Green+Blue) = 6+192+224=422 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #06C0E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C0E0 is #F93F1F. Grayscale: #8B8B8B. Windows color (decimal): -16334624 or 14729222. OLE color: 14729222.
HSL color Cylindrical-coordinate representation of color #06C0E0: hue angle of 188.81º 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 #06C0E0 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 192 | 224 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.12 |
| HSL | 188.81º | 0.95% | 0.45% | - |
| HSV(B) | 188.81º | 0.97% | 0.88% | - |
| XYZ | 32.38 | 43.12 | 77.14 | - |
| YUV | 140.03 | 175.38 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 224 | 0.97 | 0.14 | 0 | 0.12 | 188.81 | 0.95 | 0.45 |
| Hex | 6 | C0 | E0 | 61 | E | 0 | C | BD | 5F | 2D |
| Octal | 6 | 300 | 340 | 141 | 16 | 0 | 14 | 275 | 137 | 55 |
| Binary | 110 | 11000000 | 11100000 | 1100001 | 1110 | 0 | 1100 | 10111101 | 1011111 | 101101 |
Color Harmonies of #06C0E0
Complementary color
Monochromatic Colors of #06C0E0
Black with #06C0E0
Text Example
Text Example
White with #06C0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C0E0; }
p { color: rgb(6,192,224); }
H1.HeaderClassName
{
color: #06C0E0;
}
.AnyTagClassName
{
color: #06C0E0;
}
</style>
background-color css
<style>
a { background-color: #06C0E0; }
a { background-color: rgb(6,192,224); }
div.DivClassName
{
background-color: #06C0E0;
}
.BgClassName
{
background-color: #06C0E0;
}
</style>
border-color css
<style>
span { border-color: #06C0E0; }
span { border-color: rgb(6,192,224); }
td.TdClassName
{
border-color: #06C0E0;
}
.TagClassName
{
border-color: #06C0E0;
}
</style>