Shades of Dark Turquoise #06CFDB
Tints of Dark Turquoise #06CFDB
RGB
CMYK
RGB Variations
Color information
#06CFDB (or 0x06CFDB) is known color: Dark Turquoise. HEX triplet: 06, CF and DB. RGB value is (6,207,219). Sum of RGB (Red+Green+Blue) = 6+207+219=432 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #06CFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CFDB is #F93024. Grayscale: #949494. Windows color (decimal): -16330789 or 14405382. OLE color: 14405382.
HSL color Cylindrical-coordinate representation of color #06CFDB: hue angle of 183.38º 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 #06CFDB is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 207 | 219 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.14 |
| HSL | 183.38º | 0.95% | 0.44% | - |
| HSV(B) | 183.38º | 0.97% | 0.86% | - |
| XYZ | 35.17 | 49.78 | 74.77 | - |
| YUV | 148.27 | 167.91 | 26.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 207 | 219 | 0.97 | 0.05 | 0 | 0.14 | 183.38 | 0.95 | 0.44 |
| Hex | 6 | CF | DB | 61 | 5 | 0 | E | B7 | 5F | 2C |
| Octal | 6 | 317 | 333 | 141 | 5 | 0 | 16 | 267 | 137 | 54 |
| Binary | 110 | 11001111 | 11011011 | 1100001 | 101 | 0 | 1110 | 10110111 | 1011111 | 101100 |
Color Harmonies of #06CFDB
Complementary color
Monochromatic Colors of #06CFDB
Black with #06CFDB
Text Example
Text Example
White with #06CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CFDB; }
p { color: rgb(6,207,219); }
H1.HeaderClassName
{
color: #06CFDB;
}
.AnyTagClassName
{
color: #06CFDB;
}
</style>
background-color css
<style>
a { background-color: #06CFDB; }
a { background-color: rgb(6,207,219); }
div.DivClassName
{
background-color: #06CFDB;
}
.BgClassName
{
background-color: #06CFDB;
}
</style>
border-color css
<style>
span { border-color: #06CFDB; }
span { border-color: rgb(6,207,219); }
td.TdClassName
{
border-color: #06CFDB;
}
.TagClassName
{
border-color: #06CFDB;
}
</style>