Shades of Bright Turquoise #02FADD
Tints of Bright Turquoise #02FADD
RGB
CMYK
RGB Variations
Color information
#02FADD (or 0x02FADD) is known color: Bright Turquoise. HEX triplet: 02, FA and DD. RGB value is (2,250,221). Sum of RGB (Red+Green+Blue) = 2+250+221=473 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #02FADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FADD is #FD0522. Grayscale: #ACACAC. Windows color (decimal): -16581923 or 14547458. OLE color: 14547458.
HSL color Cylindrical-coordinate representation of color #02FADD: hue angle of 172.98º 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 #02FADD is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 221 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.02 |
| HSL | 172.98º | 0.98% | 0.49% | - |
| HSV(B) | 172.98º | 0.99% | 0.98% | - |
| XYZ | 47.26 | 73.6 | 80.12 | - |
| YUV | 172.54 | 155.34 | 6.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 221 | 0.99 | 0 | 0.12 | 0.02 | 172.98 | 0.98 | 0.49 |
| Hex | 2 | FA | DD | 63 | 0 | C | 2 | AD | 62 | 31 |
| Octal | 2 | 372 | 335 | 143 | 0 | 14 | 2 | 255 | 142 | 61 |
| Binary | 10 | 11111010 | 11011101 | 1100011 | 0 | 1100 | 10 | 10101101 | 1100010 | 110001 |
Color Harmonies of #02FADD
Complementary color
Monochromatic Colors of #02FADD
Black with #02FADD
Text Example
Text Example
White with #02FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FADD; }
p { color: rgb(2,250,221); }
H1.HeaderClassName
{
color: #02FADD;
}
.AnyTagClassName
{
color: #02FADD;
}
</style>
background-color css
<style>
a { background-color: #02FADD; }
a { background-color: rgb(2,250,221); }
div.DivClassName
{
background-color: #02FADD;
}
.BgClassName
{
background-color: #02FADD;
}
</style>
border-color css
<style>
span { border-color: #02FADD; }
span { border-color: rgb(2,250,221); }
td.TdClassName
{
border-color: #02FADD;
}
.TagClassName
{
border-color: #02FADD;
}
</style>