Shades of Dark Turquoise #00D3EA
Tints of Dark Turquoise #00D3EA
RGB
CMYK
RGB Variations
Color information
#00D3EA (or 0x00D3EA) is known color: Dark Turquoise. HEX triplet: 00, D3 and EA. RGB value is (0,211,234). Sum of RGB (Red+Green+Blue) = 0+211+234=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #00D3EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D3EA is #FF2C15. Grayscale: #969696. Windows color (decimal): -16722966 or 15389440. OLE color: 15389440.
HSL color Cylindrical-coordinate representation of color #00D3EA: hue angle of 185.9º 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 #00D3EA is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 211 | 234 | - |
| CMYK | 1 | 0.10 | 0 | 0.08 |
| HSL | 185.9º | 1% | 0.46% | - |
| HSV(B) | 185.9º | 1% | 0.92% | - |
| XYZ | 38.15 | 52.53 | 85.97 | - |
| YUV | 150.53 | 175.1 | 20.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 234 | 1 | 0.10 | 0 | 0.08 | 185.9 | 1 | 0.46 |
| Hex | 0 | D3 | EA | 64 | A | 0 | 8 | BA | 64 | 2E |
| Octal | 0 | 323 | 352 | 144 | 12 | 0 | 10 | 272 | 144 | 56 |
| Binary | 0 | 11010011 | 11101010 | 1100100 | 1010 | 0 | 1000 | 10111010 | 1100100 | 101110 |
Color Harmonies of #00D3EA
Complementary color
Monochromatic Colors of #00D3EA
Black with #00D3EA
Text Example
Text Example
White with #00D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D3EA; }
p { color: rgb(0,211,234); }
H1.HeaderClassName
{
color: #00D3EA;
}
.AnyTagClassName
{
color: #00D3EA;
}
</style>
background-color css
<style>
a { background-color: #00D3EA; }
a { background-color: rgb(0,211,234); }
div.DivClassName
{
background-color: #00D3EA;
}
.BgClassName
{
background-color: #00D3EA;
}
</style>
border-color css
<style>
span { border-color: #00D3EA; }
span { border-color: rgb(0,211,234); }
td.TdClassName
{
border-color: #00D3EA;
}
.TagClassName
{
border-color: #00D3EA;
}
</style>