Shades of Dark Turquoise #06CFDF
Tints of Dark Turquoise #06CFDF
RGB
CMYK
RGB Variations
Color information
#06CFDF (or 0x06CFDF) is known color: Dark Turquoise. HEX triplet: 06, CF and DF. RGB value is (6,207,223). Sum of RGB (Red+Green+Blue) = 6+207+223=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #06CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CFDF is #F93020. Grayscale: #949494. Windows color (decimal): -16330785 or 14667526. OLE color: 14667526.
HSL color Cylindrical-coordinate representation of color #06CFDF: hue angle of 184.42º 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 #06CFDF is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 207 | 223 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.13 |
| HSL | 184.42º | 0.95% | 0.45% | - |
| HSV(B) | 184.42º | 0.97% | 0.87% | - |
| XYZ | 35.71 | 49.99 | 77.58 | - |
| YUV | 148.73 | 169.91 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 207 | 223 | 0.97 | 0.07 | 0 | 0.13 | 184.42 | 0.95 | 0.45 |
| Hex | 6 | CF | DF | 61 | 7 | 0 | D | B8 | 5F | 2D |
| Octal | 6 | 317 | 337 | 141 | 7 | 0 | 15 | 270 | 137 | 55 |
| Binary | 110 | 11001111 | 11011111 | 1100001 | 111 | 0 | 1101 | 10111000 | 1011111 | 101101 |
Color Harmonies of #06CFDF
Complementary color
Monochromatic Colors of #06CFDF
Black with #06CFDF
Text Example
Text Example
White with #06CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CFDF; }
p { color: rgb(6,207,223); }
H1.HeaderClassName
{
color: #06CFDF;
}
.AnyTagClassName
{
color: #06CFDF;
}
</style>
background-color css
<style>
a { background-color: #06CFDF; }
a { background-color: rgb(6,207,223); }
div.DivClassName
{
background-color: #06CFDF;
}
.BgClassName
{
background-color: #06CFDF;
}
</style>
border-color css
<style>
span { border-color: #06CFDF; }
span { border-color: rgb(6,207,223); }
td.TdClassName
{
border-color: #06CFDF;
}
.TagClassName
{
border-color: #06CFDF;
}
</style>