Shades of Dark Turquoise #00CCDA
Tints of Dark Turquoise #00CCDA
RGB
CMYK
RGB Variations
Color information
#00CCDA (or 0x00CCDA) is known color: Dark Turquoise. HEX triplet: 00, CC and DA. RGB value is (0,204,218). Sum of RGB (Red+Green+Blue) = 0+204+218=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #00CCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCDA is #FF3325. Grayscale: #909090. Windows color (decimal): -16724774 or 14339072. OLE color: 14339072.
HSL color Cylindrical-coordinate representation of color #00CCDA: hue angle of 183.85º 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 #00CCDA is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 204 | 218 | - |
| CMYK | 1 | 0.06 | 0 | 0.15 |
| HSL | 183.85º | 1% | 0.43% | - |
| HSV(B) | 183.85º | 1% | 0.85% | - |
| XYZ | 34.25 | 48.25 | 73.84 | - |
| YUV | 144.6 | 169.41 | 24.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 204 | 218 | 1 | 0.06 | 0 | 0.15 | 183.85 | 1 | 0.43 |
| Hex | 0 | CC | DA | 64 | 6 | 0 | F | B8 | 64 | 2B |
| Octal | 0 | 314 | 332 | 144 | 6 | 0 | 17 | 270 | 144 | 53 |
| Binary | 0 | 11001100 | 11011010 | 1100100 | 110 | 0 | 1111 | 10111000 | 1100100 | 101011 |
Color Harmonies of #00CCDA
Complementary color
Monochromatic Colors of #00CCDA
Black with #00CCDA
Text Example
Text Example
White with #00CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCDA; }
p { color: rgb(0,204,218); }
H1.HeaderClassName
{
color: #00CCDA;
}
.AnyTagClassName
{
color: #00CCDA;
}
</style>
background-color css
<style>
a { background-color: #00CCDA; }
a { background-color: rgb(0,204,218); }
div.DivClassName
{
background-color: #00CCDA;
}
.BgClassName
{
background-color: #00CCDA;
}
</style>
border-color css
<style>
span { border-color: #00CCDA; }
span { border-color: rgb(0,204,218); }
td.TdClassName
{
border-color: #00CCDA;
}
.TagClassName
{
border-color: #00CCDA;
}
</style>