Shades of Dark Turquoise #06D1EA
Tints of Dark Turquoise #06D1EA
RGB
CMYK
RGB Variations
Color information
#06D1EA (or 0x06D1EA) is known color: Dark Turquoise. HEX triplet: 06, D1 and EA. RGB value is (6,209,234). Sum of RGB (Red+Green+Blue) = 6+209+234=449 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #06D1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D1EA is #F92E15. Grayscale: #969696. Windows color (decimal): -16330262 or 15388934. OLE color: 15388934.
HSL color Cylindrical-coordinate representation of color #06D1EA: hue angle of 186.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D1EA is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 209 | 234 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.08 |
| HSL | 186.58º | 0.95% | 0.47% | - |
| HSV(B) | 186.58º | 0.97% | 0.92% | - |
| XYZ | 37.73 | 51.58 | 85.81 | - |
| YUV | 151.15 | 174.75 | 24.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 209 | 234 | 0.97 | 0.11 | 0 | 0.08 | 186.58 | 0.95 | 0.47 |
| Hex | 6 | D1 | EA | 61 | B | 0 | 8 | BB | 5F | 2F |
| Octal | 6 | 321 | 352 | 141 | 13 | 0 | 10 | 273 | 137 | 57 |
| Binary | 110 | 11010001 | 11101010 | 1100001 | 1011 | 0 | 1000 | 10111011 | 1011111 | 101111 |
Color Harmonies of #06D1EA
Complementary color
Monochromatic Colors of #06D1EA
Black with #06D1EA
Text Example
Text Example
White with #06D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D1EA; }
p { color: rgb(6,209,234); }
H1.HeaderClassName
{
color: #06D1EA;
}
.AnyTagClassName
{
color: #06D1EA;
}
</style>
background-color css
<style>
a { background-color: #06D1EA; }
a { background-color: rgb(6,209,234); }
div.DivClassName
{
background-color: #06D1EA;
}
.BgClassName
{
background-color: #06D1EA;
}
</style>
border-color css
<style>
span { border-color: #06D1EA; }
span { border-color: rgb(6,209,234); }
td.TdClassName
{
border-color: #06D1EA;
}
.TagClassName
{
border-color: #06D1EA;
}
</style>