Shades of Bright Turquoise #02F9D0
Tints of Bright Turquoise #02F9D0
RGB
CMYK
RGB Variations
Color information
#02F9D0 (or 0x02F9D0) is known color: Bright Turquoise. HEX triplet: 02, F9 and D0. RGB value is (2,249,208). Sum of RGB (Red+Green+Blue) = 2+249+208=459 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #02F9D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F9D0 is #FD062F. Grayscale: #AAAAAA. Windows color (decimal): -16582192 or 13695234. OLE color: 13695234.
HSL color Cylindrical-coordinate representation of color #02F9D0: hue angle of 170.04º 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 #02F9D0 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 208 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.02 |
| HSL | 170.04º | 0.98% | 0.49% | - |
| HSV(B) | 170.04º | 0.99% | 0.98% | - |
| XYZ | 45.29 | 72.32 | 71.25 | - |
| YUV | 170.47 | 149.17 | 7.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 208 | 0.99 | 0 | 0.16 | 0.02 | 170.04 | 0.98 | 0.49 |
| Hex | 2 | F9 | D0 | 63 | 0 | 10 | 2 | AA | 62 | 31 |
| Octal | 2 | 371 | 320 | 143 | 0 | 20 | 2 | 252 | 142 | 61 |
| Binary | 10 | 11111001 | 11010000 | 1100011 | 0 | 10000 | 10 | 10101010 | 1100010 | 110001 |
Color Harmonies of #02F9D0
Complementary color
Monochromatic Colors of #02F9D0
Black with #02F9D0
Text Example
Text Example
White with #02F9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F9D0; }
p { color: rgb(2,249,208); }
H1.HeaderClassName
{
color: #02F9D0;
}
.AnyTagClassName
{
color: #02F9D0;
}
</style>
background-color css
<style>
a { background-color: #02F9D0; }
a { background-color: rgb(2,249,208); }
div.DivClassName
{
background-color: #02F9D0;
}
.BgClassName
{
background-color: #02F9D0;
}
</style>
border-color css
<style>
span { border-color: #02F9D0; }
span { border-color: rgb(2,249,208); }
td.TdClassName
{
border-color: #02F9D0;
}
.TagClassName
{
border-color: #02F9D0;
}
</style>