Shades of Bright Turquoise #02E4E5
Tints of Bright Turquoise #02E4E5
RGB
CMYK
RGB Variations
Color information
#02E4E5 (or 0x02E4E5) is known color: Bright Turquoise. HEX triplet: 02, E4 and E5. RGB value is (2,228,229). Sum of RGB (Red+Green+Blue) = 2+228+229=459 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #02E4E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E4E5 is #FD1B1A. Grayscale: #A0A0A0. Windows color (decimal): -16587547 or 15066114. OLE color: 15066114.
HSL color Cylindrical-coordinate representation of color #02E4E5: hue angle of 180.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E4E5 is Cyan = 0.99, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 228 | 229 | - |
| CMYK | 0.99 | 0.00 | 0 | 0.10 |
| HSL | 180.26º | 0.98% | 0.45% | - |
| HSV(B) | 180.26º | 0.99% | 0.9% | - |
| XYZ | 41.91 | 61.16 | 83.72 | - |
| YUV | 160.54 | 166.63 | 14.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 228 | 229 | 0.99 | 0.00 | 0 | 0.10 | 180.26 | 0.98 | 0.45 |
| Hex | 2 | E4 | E5 | 63 | 0 | 0 | A | B4 | 62 | 2D |
| Octal | 2 | 344 | 345 | 143 | 0 | 0 | 12 | 264 | 142 | 55 |
| Binary | 10 | 11100100 | 11100101 | 1100011 | 0 | 0 | 1010 | 10110100 | 1100010 | 101101 |
Color Harmonies of #02E4E5
Complementary color
Monochromatic Colors of #02E4E5
Black with #02E4E5
Text Example
Text Example
White with #02E4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E4E5; }
p { color: rgb(2,228,229); }
H1.HeaderClassName
{
color: #02E4E5;
}
.AnyTagClassName
{
color: #02E4E5;
}
</style>
background-color css
<style>
a { background-color: #02E4E5; }
a { background-color: rgb(2,228,229); }
div.DivClassName
{
background-color: #02E4E5;
}
.BgClassName
{
background-color: #02E4E5;
}
</style>
border-color css
<style>
span { border-color: #02E4E5; }
span { border-color: rgb(2,228,229); }
td.TdClassName
{
border-color: #02E4E5;
}
.TagClassName
{
border-color: #02E4E5;
}
</style>