Shades of Dark Turquoise #01CFCE
Tints of Dark Turquoise #01CFCE
RGB
CMYK
RGB Variations
Color information
#01CFCE (or 0x01CFCE) is known color: Dark Turquoise. HEX triplet: 01, CF and CE. RGB value is (1,207,206). Sum of RGB (Red+Green+Blue) = 1+207+206=414 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFCE is #FE3031. Grayscale: #919191. Windows color (decimal): -16658482 or 13553409. OLE color: 13553409.
HSL color Cylindrical-coordinate representation of color #01CFCE: hue angle of 179.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFCE is Cyan = 1.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 206 | - |
| CMYK | 1.00 | 0 | 0.00 | 0.19 |
| HSL | 179.71º | 0.99% | 0.41% | - |
| HSV(B) | 179.71º | 1% | 0.81% | - |
| XYZ | 33.47 | 49.09 | 66.1 | - |
| YUV | 145.29 | 162.25 | 25.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 206 | 1.00 | 0 | 0.00 | 0.19 | 179.71 | 0.99 | 0.41 |
| Hex | 1 | CF | CE | 64 | 0 | 0 | 13 | B4 | 63 | 29 |
| Octal | 1 | 317 | 316 | 144 | 0 | 0 | 23 | 264 | 143 | 51 |
| Binary | 1 | 11001111 | 11001110 | 1100100 | 0 | 0 | 10011 | 10110100 | 1100011 | 101001 |
Color Harmonies of #01CFCE
Complementary color
Monochromatic Colors of #01CFCE
Black with #01CFCE
Text Example
Text Example
White with #01CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFCE; }
p { color: rgb(1,207,206); }
H1.HeaderClassName
{
color: #01CFCE;
}
.AnyTagClassName
{
color: #01CFCE;
}
</style>
background-color css
<style>
a { background-color: #01CFCE; }
a { background-color: rgb(1,207,206); }
div.DivClassName
{
background-color: #01CFCE;
}
.BgClassName
{
background-color: #01CFCE;
}
</style>
border-color css
<style>
span { border-color: #01CFCE; }
span { border-color: rgb(1,207,206); }
td.TdClassName
{
border-color: #01CFCE;
}
.TagClassName
{
border-color: #01CFCE;
}
</style>