Shades of Dark Turquoise #00CDE9
Tints of Dark Turquoise #00CDE9
RGB
CMYK
RGB Variations
Color information
#00CDE9 (or 0x00CDE9) is known color: Dark Turquoise. HEX triplet: 00, CD and E9. RGB value is (0,205,233). Sum of RGB (Red+Green+Blue) = 0+205+233=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #00CDE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CDE9 is #FF3216. Grayscale: #929292. Windows color (decimal): -16724503 or 15322368. OLE color: 15322368.
HSL color Cylindrical-coordinate representation of color #00CDE9: hue angle of 187.21º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDE9 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 205 | 233 | - |
| CMYK | 1 | 0.12 | 0 | 0.09 |
| HSL | 187.21º | 1% | 0.46% | - |
| HSV(B) | 187.21º | 1% | 0.91% | - |
| XYZ | 36.54 | 49.55 | 84.73 | - |
| YUV | 146.9 | 176.58 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 233 | 1 | 0.12 | 0 | 0.09 | 187.21 | 1 | 0.46 |
| Hex | 0 | CD | E9 | 64 | C | 0 | 9 | BB | 64 | 2E |
| Octal | 0 | 315 | 351 | 144 | 14 | 0 | 11 | 273 | 144 | 56 |
| Binary | 0 | 11001101 | 11101001 | 1100100 | 1100 | 0 | 1001 | 10111011 | 1100100 | 101110 |
Color Harmonies of #00CDE9
Complementary color
Monochromatic Colors of #00CDE9
Black with #00CDE9
Text Example
Text Example
White with #00CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDE9; }
p { color: rgb(0,205,233); }
H1.HeaderClassName
{
color: #00CDE9;
}
.AnyTagClassName
{
color: #00CDE9;
}
</style>
background-color css
<style>
a { background-color: #00CDE9; }
a { background-color: rgb(0,205,233); }
div.DivClassName
{
background-color: #00CDE9;
}
.BgClassName
{
background-color: #00CDE9;
}
</style>
border-color css
<style>
span { border-color: #00CDE9; }
span { border-color: rgb(0,205,233); }
td.TdClassName
{
border-color: #00CDE9;
}
.TagClassName
{
border-color: #00CDE9;
}
</style>