Shades of Bright Turquoise #02EEE1
Tints of Bright Turquoise #02EEE1
RGB
CMYK
RGB Variations
Color information
#02EEE1 (or 0x02EEE1) is known color: Bright Turquoise. HEX triplet: 02, EE and E1. RGB value is (2,238,225). Sum of RGB (Red+Green+Blue) = 2+238+225=465 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #02EEE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EEE1 is #FD111E. Grayscale: #A5A5A5. Windows color (decimal): -16584991 or 14806530. OLE color: 14806530.
HSL color Cylindrical-coordinate representation of color #02EEE1: hue angle of 176.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EEE1 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 238 | 225 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.07 |
| HSL | 176.69º | 0.98% | 0.47% | - |
| HSV(B) | 176.69º | 0.99% | 0.93% | - |
| XYZ | 44.19 | 66.6 | 81.76 | - |
| YUV | 165.95 | 161.31 | 11.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 238 | 225 | 0.99 | 0 | 0.05 | 0.07 | 176.69 | 0.98 | 0.47 |
| Hex | 2 | EE | E1 | 63 | 0 | 5 | 7 | B1 | 62 | 2F |
| Octal | 2 | 356 | 341 | 143 | 0 | 5 | 7 | 261 | 142 | 57 |
| Binary | 10 | 11101110 | 11100001 | 1100011 | 0 | 101 | 111 | 10110001 | 1100010 | 101111 |
Color Harmonies of #02EEE1
Complementary color
Monochromatic Colors of #02EEE1
Black with #02EEE1
Text Example
Text Example
White with #02EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EEE1; }
p { color: rgb(2,238,225); }
H1.HeaderClassName
{
color: #02EEE1;
}
.AnyTagClassName
{
color: #02EEE1;
}
</style>
background-color css
<style>
a { background-color: #02EEE1; }
a { background-color: rgb(2,238,225); }
div.DivClassName
{
background-color: #02EEE1;
}
.BgClassName
{
background-color: #02EEE1;
}
</style>
border-color css
<style>
span { border-color: #02EEE1; }
span { border-color: rgb(2,238,225); }
td.TdClassName
{
border-color: #02EEE1;
}
.TagClassName
{
border-color: #02EEE1;
}
</style>