Shades of Dark Turquoise #00CDD0
Tints of Dark Turquoise #00CDD0
RGB
CMYK
RGB Variations
Color information
#00CDD0 (or 0x00CDD0) is known color: Dark Turquoise. HEX triplet: 00, CD and D0. RGB value is (0,205,208). Sum of RGB (Red+Green+Blue) = 0+205+208=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #00CDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDD0 is #FF322F. Grayscale: #8F8F8F. Windows color (decimal): -16724528 or 13683968. OLE color: 13683968.
HSL color Cylindrical-coordinate representation of color #00CDD0: hue angle of 180.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDD0 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 205 | 208 | - |
| CMYK | 1 | 0.01 | 0 | 0.18 |
| HSL | 180.87º | 1% | 0.41% | - |
| HSV(B) | 180.87º | 1% | 0.82% | - |
| XYZ | 33.22 | 48.22 | 67.23 | - |
| YUV | 144.05 | 164.08 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 208 | 1 | 0.01 | 0 | 0.18 | 180.87 | 1 | 0.41 |
| Hex | 0 | CD | D0 | 64 | 1 | 0 | 12 | B5 | 64 | 29 |
| Octal | 0 | 315 | 320 | 144 | 1 | 0 | 22 | 265 | 144 | 51 |
| Binary | 0 | 11001101 | 11010000 | 1100100 | 1 | 0 | 10010 | 10110101 | 1100100 | 101001 |
Color Harmonies of #00CDD0
Complementary color
Monochromatic Colors of #00CDD0
Black with #00CDD0
Text Example
Text Example
White with #00CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDD0; }
p { color: rgb(0,205,208); }
H1.HeaderClassName
{
color: #00CDD0;
}
.AnyTagClassName
{
color: #00CDD0;
}
</style>
background-color css
<style>
a { background-color: #00CDD0; }
a { background-color: rgb(0,205,208); }
div.DivClassName
{
background-color: #00CDD0;
}
.BgClassName
{
background-color: #00CDD0;
}
</style>
border-color css
<style>
span { border-color: #00CDD0; }
span { border-color: rgb(0,205,208); }
td.TdClassName
{
border-color: #00CDD0;
}
.TagClassName
{
border-color: #00CDD0;
}
</style>