Shades of Dark Turquoise #00CADB
Tints of Dark Turquoise #00CADB
RGB
CMYK
RGB Variations
Color information
#00CADB (or 0x00CADB) is known color: Dark Turquoise. HEX triplet: 00, CA and DB. RGB value is (0,202,219). Sum of RGB (Red+Green+Blue) = 0+202+219=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #00CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CADB is #FF3524. Grayscale: #8F8F8F. Windows color (decimal): -16725285 or 14404096. OLE color: 14404096.
HSL color Cylindrical-coordinate representation of color #00CADB: hue angle of 184.66º 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 #00CADB is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 202 | 219 | - |
| CMYK | 1 | 0.08 | 0 | 0.14 |
| HSL | 184.66º | 1% | 0.43% | - |
| HSV(B) | 184.66º | 1% | 0.86% | - |
| XYZ | 33.91 | 47.36 | 74.37 | - |
| YUV | 143.54 | 170.58 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 219 | 1 | 0.08 | 0 | 0.14 | 184.66 | 1 | 0.43 |
| Hex | 0 | CA | DB | 64 | 8 | 0 | E | B9 | 64 | 2B |
| Octal | 0 | 312 | 333 | 144 | 10 | 0 | 16 | 271 | 144 | 53 |
| Binary | 0 | 11001010 | 11011011 | 1100100 | 1000 | 0 | 1110 | 10111001 | 1100100 | 101011 |
Color Harmonies of #00CADB
Complementary color
Monochromatic Colors of #00CADB
Black with #00CADB
Text Example
Text Example
White with #00CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CADB; }
p { color: rgb(0,202,219); }
H1.HeaderClassName
{
color: #00CADB;
}
.AnyTagClassName
{
color: #00CADB;
}
</style>
background-color css
<style>
a { background-color: #00CADB; }
a { background-color: rgb(0,202,219); }
div.DivClassName
{
background-color: #00CADB;
}
.BgClassName
{
background-color: #00CADB;
}
</style>
border-color css
<style>
span { border-color: #00CADB; }
span { border-color: rgb(0,202,219); }
td.TdClassName
{
border-color: #00CADB;
}
.TagClassName
{
border-color: #00CADB;
}
</style>