Shades of Bright Turquoise #02FEDA
Tints of Bright Turquoise #02FEDA
RGB
CMYK
RGB Variations
Color information
#02FEDA (or 0x02FEDA) is known color: Bright Turquoise. HEX triplet: 02, FE and DA. RGB value is (2,254,218). Sum of RGB (Red+Green+Blue) = 2+254+218=474 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FEDA is #FD0125. Grayscale: #AEAEAE. Windows color (decimal): -16580902 or 14351874. OLE color: 14351874.
HSL color Cylindrical-coordinate representation of color #02FEDA: hue angle of 171.43º 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 #02FEDA is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 218 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.00 |
| HSL | 171.43º | 0.99% | 0.5% | - |
| HSV(B) | 171.43º | 0.99% | 1% | - |
| XYZ | 48.12 | 75.96 | 78.45 | - |
| YUV | 174.55 | 152.51 | 4.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 218 | 0.99 | 0 | 0.14 | 0.00 | 171.43 | 0.99 | 0.5 |
| Hex | 2 | FE | DA | 63 | 0 | E | 0 | AB | 63 | 32 |
| Octal | 2 | 376 | 332 | 143 | 0 | 16 | 0 | 253 | 143 | 62 |
| Binary | 10 | 11111110 | 11011010 | 1100011 | 0 | 1110 | 0 | 10101011 | 1100011 | 110010 |
Color Harmonies of #02FEDA
Complementary color
Monochromatic Colors of #02FEDA
Black with #02FEDA
Text Example
Text Example
White with #02FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEDA; }
p { color: rgb(2,254,218); }
H1.HeaderClassName
{
color: #02FEDA;
}
.AnyTagClassName
{
color: #02FEDA;
}
</style>
background-color css
<style>
a { background-color: #02FEDA; }
a { background-color: rgb(2,254,218); }
div.DivClassName
{
background-color: #02FEDA;
}
.BgClassName
{
background-color: #02FEDA;
}
</style>
border-color css
<style>
span { border-color: #02FEDA; }
span { border-color: rgb(2,254,218); }
td.TdClassName
{
border-color: #02FEDA;
}
.TagClassName
{
border-color: #02FEDA;
}
</style>