Shades of Dark Turquoise #01CEDF
Tints of Dark Turquoise #01CEDF
RGB
CMYK
RGB Variations
Color information
#01CEDF (or 0x01CEDF) is known color: Dark Turquoise. HEX triplet: 01, CE and DF. RGB value is (1,206,223). Sum of RGB (Red+Green+Blue) = 1+206+223=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #01CEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CEDF is #FE3120. Grayscale: #929292. Windows color (decimal): -16658721 or 14667265. OLE color: 14667265.
HSL color Cylindrical-coordinate representation of color #01CEDF: hue angle of 184.59º 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 #01CEDF is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 206 | 223 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.13 |
| HSL | 184.59º | 0.99% | 0.44% | - |
| HSV(B) | 184.59º | 1% | 0.87% | - |
| XYZ | 35.4 | 49.48 | 77.5 | - |
| YUV | 146.64 | 171.08 | 24.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 223 | 1.00 | 0.08 | 0 | 0.13 | 184.59 | 0.99 | 0.44 |
| Hex | 1 | CE | DF | 64 | 8 | 0 | D | B9 | 63 | 2C |
| Octal | 1 | 316 | 337 | 144 | 10 | 0 | 15 | 271 | 143 | 54 |
| Binary | 1 | 11001110 | 11011111 | 1100100 | 1000 | 0 | 1101 | 10111001 | 1100011 | 101100 |
Color Harmonies of #01CEDF
Complementary color
Monochromatic Colors of #01CEDF
Black with #01CEDF
Text Example
Text Example
White with #01CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEDF; }
p { color: rgb(1,206,223); }
H1.HeaderClassName
{
color: #01CEDF;
}
.AnyTagClassName
{
color: #01CEDF;
}
</style>
background-color css
<style>
a { background-color: #01CEDF; }
a { background-color: rgb(1,206,223); }
div.DivClassName
{
background-color: #01CEDF;
}
.BgClassName
{
background-color: #01CEDF;
}
</style>
border-color css
<style>
span { border-color: #01CEDF; }
span { border-color: rgb(1,206,223); }
td.TdClassName
{
border-color: #01CEDF;
}
.TagClassName
{
border-color: #01CEDF;
}
</style>