Shades of Dark Turquoise #01BEE0
Tints of Dark Turquoise #01BEE0
RGB
CMYK
RGB Variations
Color information
#01BEE0 (or 0x01BEE0) is known color: Dark Turquoise. HEX triplet: 01, BE and E0. RGB value is (1,190,224). Sum of RGB (Red+Green+Blue) = 1+190+224=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #01BEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BEE0 is #FE411F. Grayscale: #898989. Windows color (decimal): -16662816 or 14728705. OLE color: 14728705.
HSL color Cylindrical-coordinate representation of color #01BEE0: hue angle of 189.15º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BEE0 is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 190 | 224 | - |
| CMYK | 1.00 | 0.15 | 0 | 0.12 |
| HSL | 189.15º | 0.99% | 0.44% | - |
| HSV(B) | 189.15º | 1% | 0.88% | - |
| XYZ | 31.88 | 42.22 | 76.99 | - |
| YUV | 137.37 | 176.88 | 30.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 224 | 1.00 | 0.15 | 0 | 0.12 | 189.15 | 0.99 | 0.44 |
| Hex | 1 | BE | E0 | 64 | F | 0 | C | BD | 63 | 2C |
| Octal | 1 | 276 | 340 | 144 | 17 | 0 | 14 | 275 | 143 | 54 |
| Binary | 1 | 10111110 | 11100000 | 1100100 | 1111 | 0 | 1100 | 10111101 | 1100011 | 101100 |
Color Harmonies of #01BEE0
Complementary color
Monochromatic Colors of #01BEE0
Black with #01BEE0
Text Example
Text Example
White with #01BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BEE0; }
p { color: rgb(1,190,224); }
H1.HeaderClassName
{
color: #01BEE0;
}
.AnyTagClassName
{
color: #01BEE0;
}
</style>
background-color css
<style>
a { background-color: #01BEE0; }
a { background-color: rgb(1,190,224); }
div.DivClassName
{
background-color: #01BEE0;
}
.BgClassName
{
background-color: #01BEE0;
}
</style>
border-color css
<style>
span { border-color: #01BEE0; }
span { border-color: rgb(1,190,224); }
td.TdClassName
{
border-color: #01BEE0;
}
.TagClassName
{
border-color: #01BEE0;
}
</style>