Shades of Bright Turquoise #02FADF
Tints of Bright Turquoise #02FADF
RGB
CMYK
RGB Variations
Color information
#02FADF (or 0x02FADF) is known color: Bright Turquoise. HEX triplet: 02, FA and DF. RGB value is (2,250,223). Sum of RGB (Red+Green+Blue) = 2+250+223=475 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #02FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FADF is #FD0520. Grayscale: #ACACAC. Windows color (decimal): -16581921 or 14678530. OLE color: 14678530.
HSL color Cylindrical-coordinate representation of color #02FADF: hue angle of 173.47º 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 #02FADF is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 223 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.02 |
| HSL | 173.47º | 0.98% | 0.49% | - |
| HSV(B) | 173.47º | 0.99% | 0.98% | - |
| XYZ | 47.53 | 73.71 | 81.53 | - |
| YUV | 172.77 | 156.34 | 6.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 223 | 0.99 | 0 | 0.11 | 0.02 | 173.47 | 0.98 | 0.49 |
| Hex | 2 | FA | DF | 63 | 0 | B | 2 | AD | 62 | 31 |
| Octal | 2 | 372 | 337 | 143 | 0 | 13 | 2 | 255 | 142 | 61 |
| Binary | 10 | 11111010 | 11011111 | 1100011 | 0 | 1011 | 10 | 10101101 | 1100010 | 110001 |
Color Harmonies of #02FADF
Complementary color
Monochromatic Colors of #02FADF
Black with #02FADF
Text Example
Text Example
White with #02FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FADF; }
p { color: rgb(2,250,223); }
H1.HeaderClassName
{
color: #02FADF;
}
.AnyTagClassName
{
color: #02FADF;
}
</style>
background-color css
<style>
a { background-color: #02FADF; }
a { background-color: rgb(2,250,223); }
div.DivClassName
{
background-color: #02FADF;
}
.BgClassName
{
background-color: #02FADF;
}
</style>
border-color css
<style>
span { border-color: #02FADF; }
span { border-color: rgb(2,250,223); }
td.TdClassName
{
border-color: #02FADF;
}
.TagClassName
{
border-color: #02FADF;
}
</style>