Shades of Bright Turquoise #02FEE7
Tints of Bright Turquoise #02FEE7
RGB
CMYK
RGB Variations
Color information
#02FEE7 (or 0x02FEE7) is known color: Bright Turquoise. HEX triplet: 02, FE and E7. RGB value is (2,254,231). Sum of RGB (Red+Green+Blue) = 2+254+231=487 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FEE7 is #FD0118. Grayscale: #AFAFAF. Windows color (decimal): -16580889 or 15203842. OLE color: 15203842.
HSL color Cylindrical-coordinate representation of color #02FEE7: hue angle of 174.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FEE7 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 231 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.00 |
| HSL | 174.52º | 0.99% | 0.5% | - |
| HSV(B) | 174.52º | 0.99% | 1% | - |
| XYZ | 49.89 | 76.67 | 87.77 | - |
| YUV | 176.03 | 159.01 | 3.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 231 | 0.99 | 0 | 0.09 | 0.00 | 174.52 | 0.99 | 0.5 |
| Hex | 2 | FE | E7 | 63 | 0 | 9 | 0 | AF | 63 | 32 |
| Octal | 2 | 376 | 347 | 143 | 0 | 11 | 0 | 257 | 143 | 62 |
| Binary | 10 | 11111110 | 11100111 | 1100011 | 0 | 1001 | 0 | 10101111 | 1100011 | 110010 |
Color Harmonies of #02FEE7
Complementary color
Monochromatic Colors of #02FEE7
Black with #02FEE7
Text Example
Text Example
White with #02FEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEE7; }
p { color: rgb(2,254,231); }
H1.HeaderClassName
{
color: #02FEE7;
}
.AnyTagClassName
{
color: #02FEE7;
}
</style>
background-color css
<style>
a { background-color: #02FEE7; }
a { background-color: rgb(2,254,231); }
div.DivClassName
{
background-color: #02FEE7;
}
.BgClassName
{
background-color: #02FEE7;
}
</style>
border-color css
<style>
span { border-color: #02FEE7; }
span { border-color: rgb(2,254,231); }
td.TdClassName
{
border-color: #02FEE7;
}
.TagClassName
{
border-color: #02FEE7;
}
</style>