Shades of Bright Turquoise #02FDC9
Tints of Bright Turquoise #02FDC9
RGB
CMYK
RGB Variations
Color information
#02FDC9 (or 0x02FDC9) is known color: Bright Turquoise. HEX triplet: 02, FD and C9. RGB value is (2,253,201). Sum of RGB (Red+Green+Blue) = 2+253+201=456 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #02FDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FDC9 is #FD0236. Grayscale: #ABABAB. Windows color (decimal): -16581175 or 13237506. OLE color: 13237506.
HSL color Cylindrical-coordinate representation of color #02FDC9: hue angle of 167.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FDC9 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 253 | 201 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.01 |
| HSL | 167.57º | 0.98% | 0.5% | - |
| HSV(B) | 167.57º | 0.99% | 0.99% | - |
| XYZ | 45.69 | 74.48 | 67.23 | - |
| YUV | 172.02 | 144.34 | 6.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 253 | 201 | 0.99 | 0 | 0.21 | 0.01 | 167.57 | 0.98 | 0.5 |
| Hex | 2 | FD | C9 | 63 | 0 | 15 | 1 | A8 | 62 | 32 |
| Octal | 2 | 375 | 311 | 143 | 0 | 25 | 1 | 250 | 142 | 62 |
| Binary | 10 | 11111101 | 11001001 | 1100011 | 0 | 10101 | 1 | 10101000 | 1100010 | 110010 |
Color Harmonies of #02FDC9
Complementary color
Monochromatic Colors of #02FDC9
Black with #02FDC9
Text Example
Text Example
White with #02FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FDC9; }
p { color: rgb(2,253,201); }
H1.HeaderClassName
{
color: #02FDC9;
}
.AnyTagClassName
{
color: #02FDC9;
}
</style>
background-color css
<style>
a { background-color: #02FDC9; }
a { background-color: rgb(2,253,201); }
div.DivClassName
{
background-color: #02FDC9;
}
.BgClassName
{
background-color: #02FDC9;
}
</style>
border-color css
<style>
span { border-color: #02FDC9; }
span { border-color: rgb(2,253,201); }
td.TdClassName
{
border-color: #02FDC9;
}
.TagClassName
{
border-color: #02FDC9;
}
</style>