Shades of Dark Turquoise #02BEE0
Tints of Dark Turquoise #02BEE0
RGB
CMYK
RGB Variations
Color information
#02BEE0 (or 0x02BEE0) is known color: Dark Turquoise. HEX triplet: 02, BE and E0. RGB value is (2,190,224). Sum of RGB (Red+Green+Blue) = 2+190+224=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #02BEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BEE0 is #FD411F. Grayscale: #898989. Windows color (decimal): -16597280 or 14728706. OLE color: 14728706.
HSL color Cylindrical-coordinate representation of color #02BEE0: hue angle of 189.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BEE0 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 190 | 224 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.12 |
| HSL | 189.19º | 0.98% | 0.44% | - |
| HSV(B) | 189.19º | 0.99% | 0.88% | - |
| XYZ | 31.89 | 42.22 | 76.99 | - |
| YUV | 137.66 | 176.72 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 190 | 224 | 0.99 | 0.15 | 0 | 0.12 | 189.19 | 0.98 | 0.44 |
| Hex | 2 | BE | E0 | 63 | F | 0 | C | BD | 62 | 2C |
| Octal | 2 | 276 | 340 | 143 | 17 | 0 | 14 | 275 | 142 | 54 |
| Binary | 10 | 10111110 | 11100000 | 1100011 | 1111 | 0 | 1100 | 10111101 | 1100010 | 101100 |
Color Harmonies of #02BEE0
Complementary color
Monochromatic Colors of #02BEE0
Black with #02BEE0
Text Example
Text Example
White with #02BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BEE0; }
p { color: rgb(2,190,224); }
H1.HeaderClassName
{
color: #02BEE0;
}
.AnyTagClassName
{
color: #02BEE0;
}
</style>
background-color css
<style>
a { background-color: #02BEE0; }
a { background-color: rgb(2,190,224); }
div.DivClassName
{
background-color: #02BEE0;
}
.BgClassName
{
background-color: #02BEE0;
}
</style>
border-color css
<style>
span { border-color: #02BEE0; }
span { border-color: rgb(2,190,224); }
td.TdClassName
{
border-color: #02BEE0;
}
.TagClassName
{
border-color: #02BEE0;
}
</style>