Shades of Bright Turquoise #02F2E7
Tints of Bright Turquoise #02F2E7
RGB
CMYK
RGB Variations
Color information
#02F2E7 (or 0x02F2E7) is known color: Bright Turquoise. HEX triplet: 02, F2 and E7. RGB value is (2,242,231). Sum of RGB (Red+Green+Blue) = 2+242+231=475 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #02F2E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02F2E7 is #FD0D18. Grayscale: #A8A8A8. Windows color (decimal): -16583961 or 15200770. OLE color: 15200770.
HSL color Cylindrical-coordinate representation of color #02F2E7: hue angle of 177.25º 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 #02F2E7 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 231 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.05 |
| HSL | 177.25º | 0.98% | 0.48% | - |
| HSV(B) | 177.25º | 0.99% | 0.95% | - |
| XYZ | 46.2 | 69.29 | 86.54 | - |
| YUV | 168.99 | 162.99 | 8.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 231 | 0.99 | 0 | 0.05 | 0.05 | 177.25 | 0.98 | 0.48 |
| Hex | 2 | F2 | E7 | 63 | 0 | 5 | 5 | B1 | 62 | 30 |
| Octal | 2 | 362 | 347 | 143 | 0 | 5 | 5 | 261 | 142 | 60 |
| Binary | 10 | 11110010 | 11100111 | 1100011 | 0 | 101 | 101 | 10110001 | 1100010 | 110000 |
Color Harmonies of #02F2E7
Complementary color
Monochromatic Colors of #02F2E7
Black with #02F2E7
Text Example
Text Example
White with #02F2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F2E7; }
p { color: rgb(2,242,231); }
H1.HeaderClassName
{
color: #02F2E7;
}
.AnyTagClassName
{
color: #02F2E7;
}
</style>
background-color css
<style>
a { background-color: #02F2E7; }
a { background-color: rgb(2,242,231); }
div.DivClassName
{
background-color: #02F2E7;
}
.BgClassName
{
background-color: #02F2E7;
}
</style>
border-color css
<style>
span { border-color: #02F2E7; }
span { border-color: rgb(2,242,231); }
td.TdClassName
{
border-color: #02F2E7;
}
.TagClassName
{
border-color: #02F2E7;
}
</style>