Shades of Dark Turquoise #00CADC
Tints of Dark Turquoise #00CADC
RGB
CMYK
RGB Variations
Color information
#00CADC (or 0x00CADC) is known color: Dark Turquoise. HEX triplet: 00, CA and DC. RGB value is (0,202,220). Sum of RGB (Red+Green+Blue) = 0+202+220=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #00CADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CADC is #FF3523. Grayscale: #8F8F8F. Windows color (decimal): -16725284 or 14469632. OLE color: 14469632.
HSL color Cylindrical-coordinate representation of color #00CADC: hue angle of 184.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CADC is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 202 | 220 | - |
| CMYK | 1 | 0.08 | 0 | 0.14 |
| HSL | 184.91º | 1% | 0.43% | - |
| HSV(B) | 184.91º | 1% | 0.86% | - |
| XYZ | 34.04 | 47.41 | 75.07 | - |
| YUV | 143.65 | 171.08 | 25.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 220 | 1 | 0.08 | 0 | 0.14 | 184.91 | 1 | 0.43 |
| Hex | 0 | CA | DC | 64 | 8 | 0 | E | B9 | 64 | 2B |
| Octal | 0 | 312 | 334 | 144 | 10 | 0 | 16 | 271 | 144 | 53 |
| Binary | 0 | 11001010 | 11011100 | 1100100 | 1000 | 0 | 1110 | 10111001 | 1100100 | 101011 |
Color Harmonies of #00CADC
Complementary color
Monochromatic Colors of #00CADC
Black with #00CADC
Text Example
Text Example
White with #00CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CADC; }
p { color: rgb(0,202,220); }
H1.HeaderClassName
{
color: #00CADC;
}
.AnyTagClassName
{
color: #00CADC;
}
</style>
background-color css
<style>
a { background-color: #00CADC; }
a { background-color: rgb(0,202,220); }
div.DivClassName
{
background-color: #00CADC;
}
.BgClassName
{
background-color: #00CADC;
}
</style>
border-color css
<style>
span { border-color: #00CADC; }
span { border-color: rgb(0,202,220); }
td.TdClassName
{
border-color: #00CADC;
}
.TagClassName
{
border-color: #00CADC;
}
</style>