Shades of Bright Turquoise #02FEDE
Tints of Bright Turquoise #02FEDE
RGB
CMYK
RGB Variations
Color information
#02FEDE (or 0x02FEDE) is known color: Bright Turquoise. HEX triplet: 02, FE and DE. RGB value is (2,254,222). Sum of RGB (Red+Green+Blue) = 2+254+222=478 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FEDE is #FD0121. Grayscale: #AEAEAE. Windows color (decimal): -16580898 or 14614018. OLE color: 14614018.
HSL color Cylindrical-coordinate representation of color #02FEDE: hue angle of 172.38º 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 #02FEDE is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 222 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.00 |
| HSL | 172.38º | 0.99% | 0.5% | - |
| HSV(B) | 172.38º | 0.99% | 1% | - |
| XYZ | 48.65 | 76.17 | 81.25 | - |
| YUV | 175 | 154.51 | 4.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 222 | 0.99 | 0 | 0.13 | 0.00 | 172.38 | 0.99 | 0.5 |
| Hex | 2 | FE | DE | 63 | 0 | D | 0 | AC | 63 | 32 |
| Octal | 2 | 376 | 336 | 143 | 0 | 15 | 0 | 254 | 143 | 62 |
| Binary | 10 | 11111110 | 11011110 | 1100011 | 0 | 1101 | 0 | 10101100 | 1100011 | 110010 |
Color Harmonies of #02FEDE
Complementary color
Monochromatic Colors of #02FEDE
Black with #02FEDE
Text Example
Text Example
White with #02FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEDE; }
p { color: rgb(2,254,222); }
H1.HeaderClassName
{
color: #02FEDE;
}
.AnyTagClassName
{
color: #02FEDE;
}
</style>
background-color css
<style>
a { background-color: #02FEDE; }
a { background-color: rgb(2,254,222); }
div.DivClassName
{
background-color: #02FEDE;
}
.BgClassName
{
background-color: #02FEDE;
}
</style>
border-color css
<style>
span { border-color: #02FEDE; }
span { border-color: rgb(2,254,222); }
td.TdClassName
{
border-color: #02FEDE;
}
.TagClassName
{
border-color: #02FEDE;
}
</style>