Shades of Bright Turquoise #02FAC8
Tints of Bright Turquoise #02FAC8
RGB
CMYK
RGB Variations
Color information
#02FAC8 (or 0x02FAC8) is known color: Bright Turquoise. HEX triplet: 02, FA and C8. RGB value is (2,250,200). Sum of RGB (Red+Green+Blue) = 2+250+200=452 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #02FAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FAC8 is #FD0537. Grayscale: #AAAAAA. Windows color (decimal): -16581944 or 13171202. OLE color: 13171202.
HSL color Cylindrical-coordinate representation of color #02FAC8: hue angle of 167.9º 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 #02FAC8 is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 200 | - |
| CMYK | 0.99 | 0 | 0.2 | 0.02 |
| HSL | 167.9º | 0.98% | 0.49% | - |
| HSV(B) | 167.9º | 0.99% | 0.98% | - |
| XYZ | 44.64 | 72.55 | 66.3 | - |
| YUV | 170.15 | 144.84 | 8.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 200 | 0.99 | 0 | 0.2 | 0.02 | 167.9 | 0.98 | 0.49 |
| Hex | 2 | FA | C8 | 63 | 0 | 14 | 2 | A8 | 62 | 31 |
| Octal | 2 | 372 | 310 | 143 | 0 | 24 | 2 | 250 | 142 | 61 |
| Binary | 10 | 11111010 | 11001000 | 1100011 | 0 | 10100 | 10 | 10101000 | 1100010 | 110001 |
Color Harmonies of #02FAC8
Complementary color
Monochromatic Colors of #02FAC8
Black with #02FAC8
Text Example
Text Example
White with #02FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FAC8; }
p { color: rgb(2,250,200); }
H1.HeaderClassName
{
color: #02FAC8;
}
.AnyTagClassName
{
color: #02FAC8;
}
</style>
background-color css
<style>
a { background-color: #02FAC8; }
a { background-color: rgb(2,250,200); }
div.DivClassName
{
background-color: #02FAC8;
}
.BgClassName
{
background-color: #02FAC8;
}
</style>
border-color css
<style>
span { border-color: #02FAC8; }
span { border-color: rgb(2,250,200); }
td.TdClassName
{
border-color: #02FAC8;
}
.TagClassName
{
border-color: #02FAC8;
}
</style>