Shades of Dark Turquoise #00CED5
Tints of Dark Turquoise #00CED5
RGB
CMYK
RGB Variations
Color information
#00CED5 (or 0x00CED5) is known color: Dark Turquoise. HEX triplet: 00, CE and D5. RGB value is (0,206,213). Sum of RGB (Red+Green+Blue) = 0+206+213=419 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #00CED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CED5 is #FF312A. Grayscale: #909090. Windows color (decimal): -16724267 or 14011904. OLE color: 14011904.
HSL color Cylindrical-coordinate representation of color #00CED5: hue angle of 181.97º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CED5 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 206 | 213 | - |
| CMYK | 1 | 0.03 | 0 | 0.16 |
| HSL | 181.97º | 1% | 0.42% | - |
| HSV(B) | 181.97º | 1% | 0.84% | - |
| XYZ | 34.08 | 48.95 | 70.6 | - |
| YUV | 145.2 | 166.25 | 24.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 213 | 1 | 0.03 | 0 | 0.16 | 181.97 | 1 | 0.42 |
| Hex | 0 | CE | D5 | 64 | 3 | 0 | 10 | B6 | 64 | 2A |
| Octal | 0 | 316 | 325 | 144 | 3 | 0 | 20 | 266 | 144 | 52 |
| Binary | 0 | 11001110 | 11010101 | 1100100 | 11 | 0 | 10000 | 10110110 | 1100100 | 101010 |
Color Harmonies of #00CED5
Complementary color
Monochromatic Colors of #00CED5
Black with #00CED5
Text Example
Text Example
White with #00CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CED5; }
p { color: rgb(0,206,213); }
H1.HeaderClassName
{
color: #00CED5;
}
.AnyTagClassName
{
color: #00CED5;
}
</style>
background-color css
<style>
a { background-color: #00CED5; }
a { background-color: rgb(0,206,213); }
div.DivClassName
{
background-color: #00CED5;
}
.BgClassName
{
background-color: #00CED5;
}
</style>
border-color css
<style>
span { border-color: #00CED5; }
span { border-color: rgb(0,206,213); }
td.TdClassName
{
border-color: #00CED5;
}
.TagClassName
{
border-color: #00CED5;
}
</style>