Shades of Dark Turquoise #00D3EB
Tints of Dark Turquoise #00D3EB
RGB
CMYK
RGB Variations
Color information
#00D3EB (or 0x00D3EB) is known color: Dark Turquoise. HEX triplet: 00, D3 and EB. RGB value is (0,211,235). Sum of RGB (Red+Green+Blue) = 0+211+235=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #00D3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D3EB is #FF2C14. Grayscale: #969696. Windows color (decimal): -16722965 or 15454976. OLE color: 15454976.
HSL color Cylindrical-coordinate representation of color #00D3EB: hue angle of 186.13º 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 #00D3EB is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 211 | 235 | - |
| CMYK | 1 | 0.10 | 0 | 0.08 |
| HSL | 186.13º | 1% | 0.46% | - |
| HSV(B) | 186.13º | 1% | 0.92% | - |
| XYZ | 38.29 | 52.59 | 86.73 | - |
| YUV | 150.65 | 175.6 | 20.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 235 | 1 | 0.10 | 0 | 0.08 | 186.13 | 1 | 0.46 |
| Hex | 0 | D3 | EB | 64 | A | 0 | 8 | BA | 64 | 2E |
| Octal | 0 | 323 | 353 | 144 | 12 | 0 | 10 | 272 | 144 | 56 |
| Binary | 0 | 11010011 | 11101011 | 1100100 | 1010 | 0 | 1000 | 10111010 | 1100100 | 101110 |
Color Harmonies of #00D3EB
Complementary color
Monochromatic Colors of #00D3EB
Black with #00D3EB
Text Example
Text Example
White with #00D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D3EB; }
p { color: rgb(0,211,235); }
H1.HeaderClassName
{
color: #00D3EB;
}
.AnyTagClassName
{
color: #00D3EB;
}
</style>
background-color css
<style>
a { background-color: #00D3EB; }
a { background-color: rgb(0,211,235); }
div.DivClassName
{
background-color: #00D3EB;
}
.BgClassName
{
background-color: #00D3EB;
}
</style>
border-color css
<style>
span { border-color: #00D3EB; }
span { border-color: rgb(0,211,235); }
td.TdClassName
{
border-color: #00D3EB;
}
.TagClassName
{
border-color: #00D3EB;
}
</style>