Shades of Dark Turquoise #01CFDF
Tints of Dark Turquoise #01CFDF
RGB
CMYK
RGB Variations
Color information
#01CFDF (or 0x01CFDF) is known color: Dark Turquoise. HEX triplet: 01, CF and DF. RGB value is (1,207,223). Sum of RGB (Red+Green+Blue) = 1+207+223=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #01CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFDF is #FE3020. Grayscale: #929292. Windows color (decimal): -16658465 or 14667521. OLE color: 14667521.
HSL color Cylindrical-coordinate representation of color #01CFDF: hue angle of 184.32º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFDF is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 207 | 223 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.13 |
| HSL | 184.32º | 0.99% | 0.44% | - |
| HSV(B) | 184.32º | 1% | 0.87% | - |
| XYZ | 35.64 | 49.96 | 77.58 | - |
| YUV | 147.23 | 170.75 | 23.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 223 | 1.00 | 0.07 | 0 | 0.13 | 184.32 | 0.99 | 0.44 |
| Hex | 1 | CF | DF | 64 | 7 | 0 | D | B8 | 63 | 2C |
| Octal | 1 | 317 | 337 | 144 | 7 | 0 | 15 | 270 | 143 | 54 |
| Binary | 1 | 11001111 | 11011111 | 1100100 | 111 | 0 | 1101 | 10111000 | 1100011 | 101100 |
Color Harmonies of #01CFDF
Complementary color
Monochromatic Colors of #01CFDF
Black with #01CFDF
Text Example
Text Example
White with #01CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFDF; }
p { color: rgb(1,207,223); }
H1.HeaderClassName
{
color: #01CFDF;
}
.AnyTagClassName
{
color: #01CFDF;
}
</style>
background-color css
<style>
a { background-color: #01CFDF; }
a { background-color: rgb(1,207,223); }
div.DivClassName
{
background-color: #01CFDF;
}
.BgClassName
{
background-color: #01CFDF;
}
</style>
border-color css
<style>
span { border-color: #01CFDF; }
span { border-color: rgb(1,207,223); }
td.TdClassName
{
border-color: #01CFDF;
}
.TagClassName
{
border-color: #01CFDF;
}
</style>