Shades of Bright Turquoise #02F9C8
Tints of Bright Turquoise #02F9C8
RGB
CMYK
RGB Variations
Color information
#02F9C8 (or 0x02F9C8) is known color: Bright Turquoise. HEX triplet: 02, F9 and C8. RGB value is (2,249,200). Sum of RGB (Red+Green+Blue) = 2+249+200=451 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #02F9C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F9C8 is #FD0637. Grayscale: #A9A9A9. Windows color (decimal): -16582200 or 13170946. OLE color: 13170946.
HSL color Cylindrical-coordinate representation of color #02F9C8: hue angle of 168.1º 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 #02F9C8 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 200 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.02 |
| HSL | 168.1º | 0.98% | 0.49% | - |
| HSV(B) | 168.1º | 0.99% | 0.98% | - |
| XYZ | 44.33 | 71.93 | 66.19 | - |
| YUV | 169.56 | 145.17 | 8.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 200 | 0.99 | 0 | 0.20 | 0.02 | 168.1 | 0.98 | 0.49 |
| Hex | 2 | F9 | C8 | 63 | 0 | 14 | 2 | A8 | 62 | 31 |
| Octal | 2 | 371 | 310 | 143 | 0 | 24 | 2 | 250 | 142 | 61 |
| Binary | 10 | 11111001 | 11001000 | 1100011 | 0 | 10100 | 10 | 10101000 | 1100010 | 110001 |
Color Harmonies of #02F9C8
Complementary color
Monochromatic Colors of #02F9C8
Black with #02F9C8
Text Example
Text Example
White with #02F9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F9C8; }
p { color: rgb(2,249,200); }
H1.HeaderClassName
{
color: #02F9C8;
}
.AnyTagClassName
{
color: #02F9C8;
}
</style>
background-color css
<style>
a { background-color: #02F9C8; }
a { background-color: rgb(2,249,200); }
div.DivClassName
{
background-color: #02F9C8;
}
.BgClassName
{
background-color: #02F9C8;
}
</style>
border-color css
<style>
span { border-color: #02F9C8; }
span { border-color: rgb(2,249,200); }
td.TdClassName
{
border-color: #02F9C8;
}
.TagClassName
{
border-color: #02F9C8;
}
</style>