Shades of Dark Turquoise #00CDDD
Tints of Dark Turquoise #00CDDD
RGB
CMYK
RGB Variations
Color information
#00CDDD (or 0x00CDDD) is known color: Dark Turquoise. HEX triplet: 00, CD and DD. RGB value is (0,205,221). Sum of RGB (Red+Green+Blue) = 0+205+221=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #00CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDDD is #FF3222. Grayscale: #919191. Windows color (decimal): -16724515 or 14535936. OLE color: 14535936.
HSL color Cylindrical-coordinate representation of color #00CDDD: hue angle of 184.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDDD is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 205 | 221 | - |
| CMYK | 1 | 0.07 | 0 | 0.13 |
| HSL | 184.34º | 1% | 0.43% | - |
| HSV(B) | 184.34º | 1% | 0.87% | - |
| XYZ | 34.88 | 48.88 | 76 | - |
| YUV | 145.53 | 170.58 | 24.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 221 | 1 | 0.07 | 0 | 0.13 | 184.34 | 1 | 0.43 |
| Hex | 0 | CD | DD | 64 | 7 | 0 | D | B8 | 64 | 2B |
| Octal | 0 | 315 | 335 | 144 | 7 | 0 | 15 | 270 | 144 | 53 |
| Binary | 0 | 11001101 | 11011101 | 1100100 | 111 | 0 | 1101 | 10111000 | 1100100 | 101011 |
Color Harmonies of #00CDDD
Complementary color
Monochromatic Colors of #00CDDD
Black with #00CDDD
Text Example
Text Example
White with #00CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDDD; }
p { color: rgb(0,205,221); }
H1.HeaderClassName
{
color: #00CDDD;
}
.AnyTagClassName
{
color: #00CDDD;
}
</style>
background-color css
<style>
a { background-color: #00CDDD; }
a { background-color: rgb(0,205,221); }
div.DivClassName
{
background-color: #00CDDD;
}
.BgClassName
{
background-color: #00CDDD;
}
</style>
border-color css
<style>
span { border-color: #00CDDD; }
span { border-color: rgb(0,205,221); }
td.TdClassName
{
border-color: #00CDDD;
}
.TagClassName
{
border-color: #00CDDD;
}
</style>