Shades of Dark Turquoise #00CAD1
Tints of Dark Turquoise #00CAD1
RGB
CMYK
RGB Variations
Color information
#00CAD1 (or 0x00CAD1) is known color: Dark Turquoise. HEX triplet: 00, CA and D1. RGB value is (0,202,209). Sum of RGB (Red+Green+Blue) = 0+202+209=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #00CAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CAD1 is #FF352E. Grayscale: #8E8E8E. Windows color (decimal): -16725295 or 13748736. OLE color: 13748736.
HSL color Cylindrical-coordinate representation of color #00CAD1: hue angle of 182.01º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CAD1 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 202 | 209 | - |
| CMYK | 1 | 0.03 | 0 | 0.18 |
| HSL | 182.01º | 1% | 0.41% | - |
| HSV(B) | 182.01º | 1% | 0.82% | - |
| XYZ | 32.63 | 46.84 | 67.64 | - |
| YUV | 142.4 | 165.58 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 209 | 1 | 0.03 | 0 | 0.18 | 182.01 | 1 | 0.41 |
| Hex | 0 | CA | D1 | 64 | 3 | 0 | 12 | B6 | 64 | 29 |
| Octal | 0 | 312 | 321 | 144 | 3 | 0 | 22 | 266 | 144 | 51 |
| Binary | 0 | 11001010 | 11010001 | 1100100 | 11 | 0 | 10010 | 10110110 | 1100100 | 101001 |
Color Harmonies of #00CAD1
Complementary color
Monochromatic Colors of #00CAD1
Black with #00CAD1
Text Example
Text Example
White with #00CAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAD1; }
p { color: rgb(0,202,209); }
H1.HeaderClassName
{
color: #00CAD1;
}
.AnyTagClassName
{
color: #00CAD1;
}
</style>
background-color css
<style>
a { background-color: #00CAD1; }
a { background-color: rgb(0,202,209); }
div.DivClassName
{
background-color: #00CAD1;
}
.BgClassName
{
background-color: #00CAD1;
}
</style>
border-color css
<style>
span { border-color: #00CAD1; }
span { border-color: rgb(0,202,209); }
td.TdClassName
{
border-color: #00CAD1;
}
.TagClassName
{
border-color: #00CAD1;
}
</style>