Shades of Dark Turquoise #00CEDF
Tints of Dark Turquoise #00CEDF
RGB
CMYK
RGB Variations
Color information
#00CEDF (or 0x00CEDF) is known color: Dark Turquoise. HEX triplet: 00, CE and DF. RGB value is (0,206,223). Sum of RGB (Red+Green+Blue) = 0+206+223=429 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #00CEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CEDF is #FF3120. Grayscale: #929292. Windows color (decimal): -16724257 or 14667264. OLE color: 14667264.
HSL color Cylindrical-coordinate representation of color #00CEDF: hue angle of 184.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEDF is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 206 | 223 | - |
| CMYK | 1 | 0.08 | 0 | 0.13 |
| HSL | 184.57º | 1% | 0.44% | - |
| HSV(B) | 184.57º | 1% | 0.87% | - |
| XYZ | 35.39 | 49.47 | 77.5 | - |
| YUV | 146.34 | 171.25 | 23.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 223 | 1 | 0.08 | 0 | 0.13 | 184.57 | 1 | 0.44 |
| Hex | 0 | CE | DF | 64 | 8 | 0 | D | B9 | 64 | 2C |
| Octal | 0 | 316 | 337 | 144 | 10 | 0 | 15 | 271 | 144 | 54 |
| Binary | 0 | 11001110 | 11011111 | 1100100 | 1000 | 0 | 1101 | 10111001 | 1100100 | 101100 |
Color Harmonies of #00CEDF
Complementary color
Monochromatic Colors of #00CEDF
Black with #00CEDF
Text Example
Text Example
White with #00CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEDF; }
p { color: rgb(0,206,223); }
H1.HeaderClassName
{
color: #00CEDF;
}
.AnyTagClassName
{
color: #00CEDF;
}
</style>
background-color css
<style>
a { background-color: #00CEDF; }
a { background-color: rgb(0,206,223); }
div.DivClassName
{
background-color: #00CEDF;
}
.BgClassName
{
background-color: #00CEDF;
}
</style>
border-color css
<style>
span { border-color: #00CEDF; }
span { border-color: rgb(0,206,223); }
td.TdClassName
{
border-color: #00CEDF;
}
.TagClassName
{
border-color: #00CEDF;
}
</style>