Shades of Dark Turquoise #01D2EB
Tints of Dark Turquoise #01D2EB
RGB
CMYK
RGB Variations
Color information
#01D2EB (or 0x01D2EB) is known color: Dark Turquoise. HEX triplet: 01, D2 and EB. RGB value is (1,210,235). Sum of RGB (Red+Green+Blue) = 1+210+235=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 210 (82.42% from 255 or 47.09% 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 #01D2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D2EB is #FE2D14. Grayscale: #969696. Windows color (decimal): -16657685 or 15454721. OLE color: 15454721.
HSL color Cylindrical-coordinate representation of color #01D2EB: hue angle of 186.41º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D2EB is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 210 | 235 | - |
| CMYK | 1.00 | 0.11 | 0 | 0.08 |
| HSL | 186.41º | 0.99% | 0.46% | - |
| HSV(B) | 186.41º | 1% | 0.92% | - |
| XYZ | 38.05 | 52.1 | 86.65 | - |
| YUV | 150.36 | 175.76 | 21.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 235 | 1.00 | 0.11 | 0 | 0.08 | 186.41 | 0.99 | 0.46 |
| Hex | 1 | D2 | EB | 64 | B | 0 | 8 | BA | 63 | 2E |
| Octal | 1 | 322 | 353 | 144 | 13 | 0 | 10 | 272 | 143 | 56 |
| Binary | 1 | 11010010 | 11101011 | 1100100 | 1011 | 0 | 1000 | 10111010 | 1100011 | 101110 |
Color Harmonies of #01D2EB
Complementary color
Monochromatic Colors of #01D2EB
Black with #01D2EB
Text Example
Text Example
White with #01D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D2EB; }
p { color: rgb(1,210,235); }
H1.HeaderClassName
{
color: #01D2EB;
}
.AnyTagClassName
{
color: #01D2EB;
}
</style>
background-color css
<style>
a { background-color: #01D2EB; }
a { background-color: rgb(1,210,235); }
div.DivClassName
{
background-color: #01D2EB;
}
.BgClassName
{
background-color: #01D2EB;
}
</style>
border-color css
<style>
span { border-color: #01D2EB; }
span { border-color: rgb(1,210,235); }
td.TdClassName
{
border-color: #01D2EB;
}
.TagClassName
{
border-color: #01D2EB;
}
</style>