Shades of Dark Turquoise #06D4DC
Tints of Dark Turquoise #06D4DC
RGB
CMYK
RGB Variations
Color information
#06D4DC (or 0x06D4DC) is known color: Dark Turquoise. HEX triplet: 06, D4 and DC. RGB value is (6,212,220). Sum of RGB (Red+Green+Blue) = 6+212+220=438 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #06D4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D4DC is #F92B23. Grayscale: #979797. Windows color (decimal): -16329508 or 14472198. OLE color: 14472198.
HSL color Cylindrical-coordinate representation of color #06D4DC: hue angle of 182.24º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D4DC is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 212 | 220 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.14 |
| HSL | 182.24º | 0.95% | 0.44% | - |
| HSV(B) | 182.24º | 0.97% | 0.86% | - |
| XYZ | 36.54 | 52.29 | 75.88 | - |
| YUV | 151.32 | 166.75 | 24.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 212 | 220 | 0.97 | 0.04 | 0 | 0.14 | 182.24 | 0.95 | 0.44 |
| Hex | 6 | D4 | DC | 61 | 4 | 0 | E | B6 | 5F | 2C |
| Octal | 6 | 324 | 334 | 141 | 4 | 0 | 16 | 266 | 137 | 54 |
| Binary | 110 | 11010100 | 11011100 | 1100001 | 100 | 0 | 1110 | 10110110 | 1011111 | 101100 |
Color Harmonies of #06D4DC
Complementary color
Monochromatic Colors of #06D4DC
Black with #06D4DC
Text Example
Text Example
White with #06D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D4DC; }
p { color: rgb(6,212,220); }
H1.HeaderClassName
{
color: #06D4DC;
}
.AnyTagClassName
{
color: #06D4DC;
}
</style>
background-color css
<style>
a { background-color: #06D4DC; }
a { background-color: rgb(6,212,220); }
div.DivClassName
{
background-color: #06D4DC;
}
.BgClassName
{
background-color: #06D4DC;
}
</style>
border-color css
<style>
span { border-color: #06D4DC; }
span { border-color: rgb(6,212,220); }
td.TdClassName
{
border-color: #06D4DC;
}
.TagClassName
{
border-color: #06D4DC;
}
</style>