Shades of Bright Turquoise #02FADE
Tints of Bright Turquoise #02FADE
RGB
CMYK
RGB Variations
Color information
#02FADE (or 0x02FADE) is known color: Bright Turquoise. HEX triplet: 02, FA and DE. RGB value is (2,250,222). Sum of RGB (Red+Green+Blue) = 2+250+222=474 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #02FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FADE is #FD0521. Grayscale: #ACACAC. Windows color (decimal): -16581922 or 14612994. OLE color: 14612994.
HSL color Cylindrical-coordinate representation of color #02FADE: hue angle of 173.23º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FADE is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 222 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.02 |
| HSL | 173.23º | 0.98% | 0.49% | - |
| HSV(B) | 173.23º | 0.99% | 0.98% | - |
| XYZ | 47.4 | 73.66 | 80.83 | - |
| YUV | 172.66 | 155.84 | 6.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 222 | 0.99 | 0 | 0.11 | 0.02 | 173.23 | 0.98 | 0.49 |
| Hex | 2 | FA | DE | 63 | 0 | B | 2 | AD | 62 | 31 |
| Octal | 2 | 372 | 336 | 143 | 0 | 13 | 2 | 255 | 142 | 61 |
| Binary | 10 | 11111010 | 11011110 | 1100011 | 0 | 1011 | 10 | 10101101 | 1100010 | 110001 |
Color Harmonies of #02FADE
Complementary color
Monochromatic Colors of #02FADE
Black with #02FADE
Text Example
Text Example
White with #02FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FADE; }
p { color: rgb(2,250,222); }
H1.HeaderClassName
{
color: #02FADE;
}
.AnyTagClassName
{
color: #02FADE;
}
</style>
background-color css
<style>
a { background-color: #02FADE; }
a { background-color: rgb(2,250,222); }
div.DivClassName
{
background-color: #02FADE;
}
.BgClassName
{
background-color: #02FADE;
}
</style>
border-color css
<style>
span { border-color: #02FADE; }
span { border-color: rgb(2,250,222); }
td.TdClassName
{
border-color: #02FADE;
}
.TagClassName
{
border-color: #02FADE;
}
</style>