Shades of Bright Turquoise #02EABB
Tints of Bright Turquoise #02EABB
RGB
CMYK
RGB Variations
Color information
#02EABB (or 0x02EABB) is known color: Bright Turquoise. HEX triplet: 02, EA and BB. RGB value is (2,234,187). Sum of RGB (Red+Green+Blue) = 2+234+187=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #02EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EABB is #FD1544. Grayscale: #9F9F9F. Windows color (decimal): -16586053 or 12315138. OLE color: 12315138.
HSL color Cylindrical-coordinate representation of color #02EABB: hue angle of 167.84º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EABB is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 234 | 187 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.08 |
| HSL | 167.84º | 0.98% | 0.46% | - |
| HSV(B) | 167.84º | 0.99% | 0.92% | - |
| XYZ | 38.42 | 62.45 | 57.04 | - |
| YUV | 159.27 | 143.64 | 15.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 234 | 187 | 0.99 | 0 | 0.20 | 0.08 | 167.84 | 0.98 | 0.46 |
| Hex | 2 | EA | BB | 63 | 0 | 14 | 8 | A8 | 62 | 2E |
| Octal | 2 | 352 | 273 | 143 | 0 | 24 | 10 | 250 | 142 | 56 |
| Binary | 10 | 11101010 | 10111011 | 1100011 | 0 | 10100 | 1000 | 10101000 | 1100010 | 101110 |
Color Harmonies of #02EABB
Complementary color
Monochromatic Colors of #02EABB
Black with #02EABB
Text Example
Text Example
White with #02EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EABB; }
p { color: rgb(2,234,187); }
H1.HeaderClassName
{
color: #02EABB;
}
.AnyTagClassName
{
color: #02EABB;
}
</style>
background-color css
<style>
a { background-color: #02EABB; }
a { background-color: rgb(2,234,187); }
div.DivClassName
{
background-color: #02EABB;
}
.BgClassName
{
background-color: #02EABB;
}
</style>
border-color css
<style>
span { border-color: #02EABB; }
span { border-color: rgb(2,234,187); }
td.TdClassName
{
border-color: #02EABB;
}
.TagClassName
{
border-color: #02EABB;
}
</style>