Shades of Dark Turquoise #06DECA
Tints of Dark Turquoise #06DECA
RGB
CMYK
RGB Variations
Color information
#06DECA (or 0x06DECA) is known color: Dark Turquoise. HEX triplet: 06, DE and CA. RGB value is (6,222,202). Sum of RGB (Red+Green+Blue) = 6+222+202=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #06DECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DECA is #F92135. Grayscale: #9B9B9B. Windows color (decimal): -16326966 or 13295110. OLE color: 13295110.
HSL color Cylindrical-coordinate representation of color #06DECA: hue angle of 174.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DECA is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 222 | 202 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.13 |
| HSL | 174.44º | 0.95% | 0.45% | - |
| HSV(B) | 174.44º | 0.97% | 0.87% | - |
| XYZ | 36.86 | 56.55 | 64.85 | - |
| YUV | 155.14 | 154.44 | 21.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 222 | 202 | 0.97 | 0 | 0.09 | 0.13 | 174.44 | 0.95 | 0.45 |
| Hex | 6 | DE | CA | 61 | 0 | 9 | D | AE | 5F | 2D |
| Octal | 6 | 336 | 312 | 141 | 0 | 11 | 15 | 256 | 137 | 55 |
| Binary | 110 | 11011110 | 11001010 | 1100001 | 0 | 1001 | 1101 | 10101110 | 1011111 | 101101 |
Color Harmonies of #06DECA
Complementary color
Monochromatic Colors of #06DECA
Black with #06DECA
Text Example
Text Example
White with #06DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DECA; }
p { color: rgb(6,222,202); }
H1.HeaderClassName
{
color: #06DECA;
}
.AnyTagClassName
{
color: #06DECA;
}
</style>
background-color css
<style>
a { background-color: #06DECA; }
a { background-color: rgb(6,222,202); }
div.DivClassName
{
background-color: #06DECA;
}
.BgClassName
{
background-color: #06DECA;
}
</style>
border-color css
<style>
span { border-color: #06DECA; }
span { border-color: rgb(6,222,202); }
td.TdClassName
{
border-color: #06DECA;
}
.TagClassName
{
border-color: #06DECA;
}
</style>