Shades of Dark Turquoise #01D0EA
Tints of Dark Turquoise #01D0EA
RGB
CMYK
RGB Variations
Color information
#01D0EA (or 0x01D0EA) is known color: Dark Turquoise. HEX triplet: 01, D0 and EA. RGB value is (1,208,234). Sum of RGB (Red+Green+Blue) = 1+208+234=443 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 443); Green value is 208 (81.64% from 255 or 46.95% 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 #01D0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D0EA is #FE2F15. Grayscale: #949494. Windows color (decimal): -16658198 or 15388673. OLE color: 15388673.
HSL color Cylindrical-coordinate representation of color #01D0EA: hue angle of 186.7º 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 #01D0EA is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 208 | 234 | - |
| CMYK | 1.00 | 0.11 | 0 | 0.08 |
| HSL | 186.7º | 0.99% | 0.46% | - |
| HSV(B) | 186.7º | 1% | 0.92% | - |
| XYZ | 37.42 | 51.06 | 85.72 | - |
| YUV | 149.07 | 175.92 | 22.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 234 | 1.00 | 0.11 | 0 | 0.08 | 186.7 | 0.99 | 0.46 |
| Hex | 1 | D0 | EA | 64 | B | 0 | 8 | BB | 63 | 2E |
| Octal | 1 | 320 | 352 | 144 | 13 | 0 | 10 | 273 | 143 | 56 |
| Binary | 1 | 11010000 | 11101010 | 1100100 | 1011 | 0 | 1000 | 10111011 | 1100011 | 101110 |
Color Harmonies of #01D0EA
Complementary color
Monochromatic Colors of #01D0EA
Black with #01D0EA
Text Example
Text Example
White with #01D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D0EA; }
p { color: rgb(1,208,234); }
H1.HeaderClassName
{
color: #01D0EA;
}
.AnyTagClassName
{
color: #01D0EA;
}
</style>
background-color css
<style>
a { background-color: #01D0EA; }
a { background-color: rgb(1,208,234); }
div.DivClassName
{
background-color: #01D0EA;
}
.BgClassName
{
background-color: #01D0EA;
}
</style>
border-color css
<style>
span { border-color: #01D0EA; }
span { border-color: rgb(1,208,234); }
td.TdClassName
{
border-color: #01D0EA;
}
.TagClassName
{
border-color: #01D0EA;
}
</style>