Shades of Dark Turquoise #06CFDC
Tints of Dark Turquoise #06CFDC
RGB
CMYK
RGB Variations
Color information
#06CFDC (or 0x06CFDC) is known color: Dark Turquoise. HEX triplet: 06, CF and DC. RGB value is (6,207,220). Sum of RGB (Red+Green+Blue) = 6+207+220=433 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #06CFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CFDC is #F93023. Grayscale: #949494. Windows color (decimal): -16330788 or 14470918. OLE color: 14470918.
HSL color Cylindrical-coordinate representation of color #06CFDC: hue angle of 183.64º 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 #06CFDC is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 207 | 220 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.14 |
| HSL | 183.64º | 0.95% | 0.44% | - |
| HSV(B) | 183.64º | 0.97% | 0.86% | - |
| XYZ | 35.31 | 49.83 | 75.47 | - |
| YUV | 148.38 | 168.41 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 207 | 220 | 0.97 | 0.06 | 0 | 0.14 | 183.64 | 0.95 | 0.44 |
| Hex | 6 | CF | DC | 61 | 6 | 0 | E | B8 | 5F | 2C |
| Octal | 6 | 317 | 334 | 141 | 6 | 0 | 16 | 270 | 137 | 54 |
| Binary | 110 | 11001111 | 11011100 | 1100001 | 110 | 0 | 1110 | 10111000 | 1011111 | 101100 |
Color Harmonies of #06CFDC
Complementary color
Monochromatic Colors of #06CFDC
Black with #06CFDC
Text Example
Text Example
White with #06CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CFDC; }
p { color: rgb(6,207,220); }
H1.HeaderClassName
{
color: #06CFDC;
}
.AnyTagClassName
{
color: #06CFDC;
}
</style>
background-color css
<style>
a { background-color: #06CFDC; }
a { background-color: rgb(6,207,220); }
div.DivClassName
{
background-color: #06CFDC;
}
.BgClassName
{
background-color: #06CFDC;
}
</style>
border-color css
<style>
span { border-color: #06CFDC; }
span { border-color: rgb(6,207,220); }
td.TdClassName
{
border-color: #06CFDC;
}
.TagClassName
{
border-color: #06CFDC;
}
</style>