Shades of Dark Turquoise #00CADF
Tints of Dark Turquoise #00CADF
RGB
CMYK
RGB Variations
Color information
#00CADF (or 0x00CADF) is known color: Dark Turquoise. HEX triplet: 00, CA and DF. RGB value is (0,202,223). Sum of RGB (Red+Green+Blue) = 0+202+223=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #00CADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CADF is #FF3520. Grayscale: #8F8F8F. Windows color (decimal): -16725281 or 14666240. OLE color: 14666240.
HSL color Cylindrical-coordinate representation of color #00CADF: hue angle of 185.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CADF is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 202 | 223 | - |
| CMYK | 1 | 0.09 | 0 | 0.13 |
| HSL | 185.65º | 1% | 0.44% | - |
| HSV(B) | 185.65º | 1% | 0.87% | - |
| XYZ | 34.44 | 47.57 | 77.18 | - |
| YUV | 144 | 172.58 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 223 | 1 | 0.09 | 0 | 0.13 | 185.65 | 1 | 0.44 |
| Hex | 0 | CA | DF | 64 | 9 | 0 | D | BA | 64 | 2C |
| Octal | 0 | 312 | 337 | 144 | 11 | 0 | 15 | 272 | 144 | 54 |
| Binary | 0 | 11001010 | 11011111 | 1100100 | 1001 | 0 | 1101 | 10111010 | 1100100 | 101100 |
Color Harmonies of #00CADF
Complementary color
Monochromatic Colors of #00CADF
Black with #00CADF
Text Example
Text Example
White with #00CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CADF; }
p { color: rgb(0,202,223); }
H1.HeaderClassName
{
color: #00CADF;
}
.AnyTagClassName
{
color: #00CADF;
}
</style>
background-color css
<style>
a { background-color: #00CADF; }
a { background-color: rgb(0,202,223); }
div.DivClassName
{
background-color: #00CADF;
}
.BgClassName
{
background-color: #00CADF;
}
</style>
border-color css
<style>
span { border-color: #00CADF; }
span { border-color: rgb(0,202,223); }
td.TdClassName
{
border-color: #00CADF;
}
.TagClassName
{
border-color: #00CADF;
}
</style>