Shades of Dark Turquoise #00CADA
Tints of Dark Turquoise #00CADA
RGB
CMYK
RGB Variations
Color information
#00CADA (or 0x00CADA) is known color: Dark Turquoise. HEX triplet: 00, CA and DA. RGB value is (0,202,218). Sum of RGB (Red+Green+Blue) = 0+202+218=420 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #00CADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CADA is #FF3525. Grayscale: #8F8F8F. Windows color (decimal): -16725286 or 14338560. OLE color: 14338560.
HSL color Cylindrical-coordinate representation of color #00CADA: hue angle of 184.4º 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 #00CADA is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 202 | 218 | - |
| CMYK | 1 | 0.07 | 0 | 0.15 |
| HSL | 184.4º | 1% | 0.43% | - |
| HSV(B) | 184.4º | 1% | 0.85% | - |
| XYZ | 33.78 | 47.3 | 73.68 | - |
| YUV | 143.43 | 170.08 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 218 | 1 | 0.07 | 0 | 0.15 | 184.4 | 1 | 0.43 |
| Hex | 0 | CA | DA | 64 | 7 | 0 | F | B8 | 64 | 2B |
| Octal | 0 | 312 | 332 | 144 | 7 | 0 | 17 | 270 | 144 | 53 |
| Binary | 0 | 11001010 | 11011010 | 1100100 | 111 | 0 | 1111 | 10111000 | 1100100 | 101011 |
Color Harmonies of #00CADA
Complementary color
Monochromatic Colors of #00CADA
Black with #00CADA
Text Example
Text Example
White with #00CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CADA; }
p { color: rgb(0,202,218); }
H1.HeaderClassName
{
color: #00CADA;
}
.AnyTagClassName
{
color: #00CADA;
}
</style>
background-color css
<style>
a { background-color: #00CADA; }
a { background-color: rgb(0,202,218); }
div.DivClassName
{
background-color: #00CADA;
}
.BgClassName
{
background-color: #00CADA;
}
</style>
border-color css
<style>
span { border-color: #00CADA; }
span { border-color: rgb(0,202,218); }
td.TdClassName
{
border-color: #00CADA;
}
.TagClassName
{
border-color: #00CADA;
}
</style>