Shades of Dark Turquoise #06CFDA
Tints of Dark Turquoise #06CFDA
RGB
CMYK
RGB Variations
Color information
#06CFDA (or 0x06CFDA) is known color: Dark Turquoise. HEX triplet: 06, CF and DA. RGB value is (6,207,218). Sum of RGB (Red+Green+Blue) = 6+207+218=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #06CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CFDA is #F93025. Grayscale: #939393. Windows color (decimal): -16330790 or 14339846. OLE color: 14339846.
HSL color Cylindrical-coordinate representation of color #06CFDA: hue angle of 183.11º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CFDA is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 207 | 218 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.15 |
| HSL | 183.11º | 0.95% | 0.44% | - |
| HSV(B) | 183.11º | 0.97% | 0.85% | - |
| XYZ | 35.04 | 49.73 | 74.08 | - |
| YUV | 148.16 | 167.41 | 26.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 207 | 218 | 0.97 | 0.05 | 0 | 0.15 | 183.11 | 0.95 | 0.44 |
| Hex | 6 | CF | DA | 61 | 5 | 0 | F | B7 | 5F | 2C |
| Octal | 6 | 317 | 332 | 141 | 5 | 0 | 17 | 267 | 137 | 54 |
| Binary | 110 | 11001111 | 11011010 | 1100001 | 101 | 0 | 1111 | 10110111 | 1011111 | 101100 |
Color Harmonies of #06CFDA
Complementary color
Monochromatic Colors of #06CFDA
Black with #06CFDA
Text Example
Text Example
White with #06CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CFDA; }
p { color: rgb(6,207,218); }
H1.HeaderClassName
{
color: #06CFDA;
}
.AnyTagClassName
{
color: #06CFDA;
}
</style>
background-color css
<style>
a { background-color: #06CFDA; }
a { background-color: rgb(6,207,218); }
div.DivClassName
{
background-color: #06CFDA;
}
.BgClassName
{
background-color: #06CFDA;
}
</style>
border-color css
<style>
span { border-color: #06CFDA; }
span { border-color: rgb(6,207,218); }
td.TdClassName
{
border-color: #06CFDA;
}
.TagClassName
{
border-color: #06CFDA;
}
</style>