Shades of Dark Turquoise #01CFDA
Tints of Dark Turquoise #01CFDA
RGB
CMYK
RGB Variations
Color information
#01CFDA (or 0x01CFDA) is known color: Dark Turquoise. HEX triplet: 01, CF and DA. RGB value is (1,207,218). Sum of RGB (Red+Green+Blue) = 1+207+218=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #01CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFDA is #FE3025. Grayscale: #929292. Windows color (decimal): -16658470 or 14339841. OLE color: 14339841.
HSL color Cylindrical-coordinate representation of color #01CFDA: hue angle of 183.04º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFDA is Cyan = 1.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 207 | 218 | - |
| CMYK | 1.00 | 0.05 | 0 | 0.15 |
| HSL | 183.04º | 0.99% | 0.43% | - |
| HSV(B) | 183.04º | 1% | 0.85% | - |
| XYZ | 34.98 | 49.69 | 74.08 | - |
| YUV | 146.66 | 168.25 | 24.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 218 | 1.00 | 0.05 | 0 | 0.15 | 183.04 | 0.99 | 0.43 |
| Hex | 1 | CF | DA | 64 | 5 | 0 | F | B7 | 63 | 2B |
| Octal | 1 | 317 | 332 | 144 | 5 | 0 | 17 | 267 | 143 | 53 |
| Binary | 1 | 11001111 | 11011010 | 1100100 | 101 | 0 | 1111 | 10110111 | 1100011 | 101011 |
Color Harmonies of #01CFDA
Complementary color
Monochromatic Colors of #01CFDA
Black with #01CFDA
Text Example
Text Example
White with #01CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFDA; }
p { color: rgb(1,207,218); }
H1.HeaderClassName
{
color: #01CFDA;
}
.AnyTagClassName
{
color: #01CFDA;
}
</style>
background-color css
<style>
a { background-color: #01CFDA; }
a { background-color: rgb(1,207,218); }
div.DivClassName
{
background-color: #01CFDA;
}
.BgClassName
{
background-color: #01CFDA;
}
</style>
border-color css
<style>
span { border-color: #01CFDA; }
span { border-color: rgb(1,207,218); }
td.TdClassName
{
border-color: #01CFDA;
}
.TagClassName
{
border-color: #01CFDA;
}
</style>