Shades of Dark Turquoise #00D1EA
Tints of Dark Turquoise #00D1EA
RGB
CMYK
RGB Variations
Color information
#00D1EA (or 0x00D1EA) is known color: Dark Turquoise. HEX triplet: 00, D1 and EA. RGB value is (0,209,234). Sum of RGB (Red+Green+Blue) = 0+209+234=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #00D1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D1EA is #FF2E15. Grayscale: #959595. Windows color (decimal): -16723478 or 15388928. OLE color: 15388928.
HSL color Cylindrical-coordinate representation of color #00D1EA: hue angle of 186.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D1EA is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 209 | 234 | - |
| CMYK | 1 | 0.11 | 0 | 0.08 |
| HSL | 186.41º | 1% | 0.46% | - |
| HSV(B) | 186.41º | 1% | 0.92% | - |
| XYZ | 37.65 | 51.54 | 85.81 | - |
| YUV | 149.36 | 175.76 | 21.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 234 | 1 | 0.11 | 0 | 0.08 | 186.41 | 1 | 0.46 |
| Hex | 0 | D1 | EA | 64 | B | 0 | 8 | BA | 64 | 2E |
| Octal | 0 | 321 | 352 | 144 | 13 | 0 | 10 | 272 | 144 | 56 |
| Binary | 0 | 11010001 | 11101010 | 1100100 | 1011 | 0 | 1000 | 10111010 | 1100100 | 101110 |
Color Harmonies of #00D1EA
Complementary color
Monochromatic Colors of #00D1EA
Black with #00D1EA
Text Example
Text Example
White with #00D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D1EA; }
p { color: rgb(0,209,234); }
H1.HeaderClassName
{
color: #00D1EA;
}
.AnyTagClassName
{
color: #00D1EA;
}
</style>
background-color css
<style>
a { background-color: #00D1EA; }
a { background-color: rgb(0,209,234); }
div.DivClassName
{
background-color: #00D1EA;
}
.BgClassName
{
background-color: #00D1EA;
}
</style>
border-color css
<style>
span { border-color: #00D1EA; }
span { border-color: rgb(0,209,234); }
td.TdClassName
{
border-color: #00D1EA;
}
.TagClassName
{
border-color: #00D1EA;
}
</style>