Shades of Bright Turquoise #02F2E5
Tints of Bright Turquoise #02F2E5
RGB
CMYK
RGB Variations
Color information
#02F2E5 (or 0x02F2E5) is known color: Bright Turquoise. HEX triplet: 02, F2 and E5. RGB value is (2,242,229). Sum of RGB (Red+Green+Blue) = 2+242+229=473 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #02F2E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F2E5 is #FD0D1A. Grayscale: #A8A8A8. Windows color (decimal): -16583963 or 15069698. OLE color: 15069698.
HSL color Cylindrical-coordinate representation of color #02F2E5: hue angle of 176.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F2E5 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 229 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.05 |
| HSL | 176.75º | 0.98% | 0.48% | - |
| HSV(B) | 176.75º | 0.99% | 0.95% | - |
| XYZ | 45.92 | 69.17 | 85.06 | - |
| YUV | 168.76 | 161.99 | 9.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 229 | 0.99 | 0 | 0.05 | 0.05 | 176.75 | 0.98 | 0.48 |
| Hex | 2 | F2 | E5 | 63 | 0 | 5 | 5 | B1 | 62 | 30 |
| Octal | 2 | 362 | 345 | 143 | 0 | 5 | 5 | 261 | 142 | 60 |
| Binary | 10 | 11110010 | 11100101 | 1100011 | 0 | 101 | 101 | 10110001 | 1100010 | 110000 |
Color Harmonies of #02F2E5
Complementary color
Monochromatic Colors of #02F2E5
Black with #02F2E5
Text Example
Text Example
White with #02F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F2E5; }
p { color: rgb(2,242,229); }
H1.HeaderClassName
{
color: #02F2E5;
}
.AnyTagClassName
{
color: #02F2E5;
}
</style>
background-color css
<style>
a { background-color: #02F2E5; }
a { background-color: rgb(2,242,229); }
div.DivClassName
{
background-color: #02F2E5;
}
.BgClassName
{
background-color: #02F2E5;
}
</style>
border-color css
<style>
span { border-color: #02F2E5; }
span { border-color: rgb(2,242,229); }
td.TdClassName
{
border-color: #02F2E5;
}
.TagClassName
{
border-color: #02F2E5;
}
</style>