Shades of Bright Turquoise #02EEC1
Tints of Bright Turquoise #02EEC1
RGB
CMYK
RGB Variations
Color information
#02EEC1 (or 0x02EEC1) is known color: Bright Turquoise. HEX triplet: 02, EE and C1. RGB value is (2,238,193). Sum of RGB (Red+Green+Blue) = 2+238+193=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 238 (93.36% from 255 or 54.97% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 238 - color contains mainly: green. Hex color #02EEC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EEC1 is #FD113E. Grayscale: #A2A2A2. Windows color (decimal): -16585023 or 12709378. OLE color: 12709378.
HSL color Cylindrical-coordinate representation of color #02EEC1: hue angle of 168.56º 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 #02EEC1 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 238 | 193 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.07 |
| HSL | 168.56º | 0.98% | 0.47% | - |
| HSV(B) | 168.56º | 0.99% | 0.93% | - |
| XYZ | 40.23 | 65.01 | 60.88 | - |
| YUV | 162.31 | 145.31 | 13.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 238 | 193 | 0.99 | 0 | 0.19 | 0.07 | 168.56 | 0.98 | 0.47 |
| Hex | 2 | EE | C1 | 63 | 0 | 13 | 7 | A9 | 62 | 2F |
| Octal | 2 | 356 | 301 | 143 | 0 | 23 | 7 | 251 | 142 | 57 |
| Binary | 10 | 11101110 | 11000001 | 1100011 | 0 | 10011 | 111 | 10101001 | 1100010 | 101111 |
Color Harmonies of #02EEC1
Complementary color
Monochromatic Colors of #02EEC1
Black with #02EEC1
Text Example
Text Example
White with #02EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EEC1; }
p { color: rgb(2,238,193); }
H1.HeaderClassName
{
color: #02EEC1;
}
.AnyTagClassName
{
color: #02EEC1;
}
</style>
background-color css
<style>
a { background-color: #02EEC1; }
a { background-color: rgb(2,238,193); }
div.DivClassName
{
background-color: #02EEC1;
}
.BgClassName
{
background-color: #02EEC1;
}
</style>
border-color css
<style>
span { border-color: #02EEC1; }
span { border-color: rgb(2,238,193); }
td.TdClassName
{
border-color: #02EEC1;
}
.TagClassName
{
border-color: #02EEC1;
}
</style>