Shades of Dark Turquoise #00CDD9
Tints of Dark Turquoise #00CDD9
RGB
CMYK
RGB Variations
Color information
#00CDD9 (or 0x00CDD9) is known color: Dark Turquoise. HEX triplet: 00, CD and D9. RGB value is (0,205,217). Sum of RGB (Red+Green+Blue) = 0+205+217=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #00CDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDD9 is #FF3226. Grayscale: #909090. Windows color (decimal): -16724519 or 14273792. OLE color: 14273792.
HSL color Cylindrical-coordinate representation of color #00CDD9: hue angle of 183.32º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDD9 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 205 | 217 | - |
| CMYK | 1 | 0.06 | 0 | 0.15 |
| HSL | 183.32º | 1% | 0.43% | - |
| HSV(B) | 183.32º | 1% | 0.85% | - |
| XYZ | 34.36 | 48.67 | 73.23 | - |
| YUV | 145.07 | 168.58 | 24.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 217 | 1 | 0.06 | 0 | 0.15 | 183.32 | 1 | 0.43 |
| Hex | 0 | CD | D9 | 64 | 6 | 0 | F | B7 | 64 | 2B |
| Octal | 0 | 315 | 331 | 144 | 6 | 0 | 17 | 267 | 144 | 53 |
| Binary | 0 | 11001101 | 11011001 | 1100100 | 110 | 0 | 1111 | 10110111 | 1100100 | 101011 |
Color Harmonies of #00CDD9
Complementary color
Monochromatic Colors of #00CDD9
Black with #00CDD9
Text Example
Text Example
White with #00CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDD9; }
p { color: rgb(0,205,217); }
H1.HeaderClassName
{
color: #00CDD9;
}
.AnyTagClassName
{
color: #00CDD9;
}
</style>
background-color css
<style>
a { background-color: #00CDD9; }
a { background-color: rgb(0,205,217); }
div.DivClassName
{
background-color: #00CDD9;
}
.BgClassName
{
background-color: #00CDD9;
}
</style>
border-color css
<style>
span { border-color: #00CDD9; }
span { border-color: rgb(0,205,217); }
td.TdClassName
{
border-color: #00CDD9;
}
.TagClassName
{
border-color: #00CDD9;
}
</style>