Shades of Bright Turquoise #02FFE4
Tints of Bright Turquoise #02FFE4
RGB
CMYK
RGB Variations
Color information
#02FFE4 (or 0x02FFE4) is known color: Bright Turquoise. HEX triplet: 02, FF and E4. RGB value is (2,255,228). Sum of RGB (Red+Green+Blue) = 2+255+228=485 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFE4 is #FD001B. Grayscale: #B0B0B0. Windows color (decimal): -16580636 or 15007490. OLE color: 15007490.
HSL color Cylindrical-coordinate representation of color #02FFE4: hue angle of 173.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FFE4 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 228 | - |
| CMYK | 0.99 | 0 | 0.11 | 0 |
| HSL | 173.6º | 1% | 0.5% | - |
| HSV(B) | 173.6º | 0.99% | 1% | - |
| XYZ | 49.79 | 77.13 | 85.66 | - |
| YUV | 176.28 | 157.18 | 3.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 228 | 0.99 | 0 | 0.11 | 0 | 173.6 | 1 | 0.5 |
| Hex | 2 | FF | E4 | 63 | 0 | B | 0 | AE | 64 | 32 |
| Octal | 2 | 377 | 344 | 143 | 0 | 13 | 0 | 256 | 144 | 62 |
| Binary | 10 | 11111111 | 11100100 | 1100011 | 0 | 1011 | 0 | 10101110 | 1100100 | 110010 |
Color Harmonies of #02FFE4
Complementary color
Monochromatic Colors of #02FFE4
Black with #02FFE4
Text Example
Text Example
White with #02FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFE4; }
p { color: rgb(2,255,228); }
H1.HeaderClassName
{
color: #02FFE4;
}
.AnyTagClassName
{
color: #02FFE4;
}
</style>
background-color css
<style>
a { background-color: #02FFE4; }
a { background-color: rgb(2,255,228); }
div.DivClassName
{
background-color: #02FFE4;
}
.BgClassName
{
background-color: #02FFE4;
}
</style>
border-color css
<style>
span { border-color: #02FFE4; }
span { border-color: rgb(2,255,228); }
td.TdClassName
{
border-color: #02FFE4;
}
.TagClassName
{
border-color: #02FFE4;
}
</style>