Shades of Bright Turquoise #02F0D6
Tints of Bright Turquoise #02F0D6
RGB
CMYK
RGB Variations
Color information
#02F0D6 (or 0x02F0D6) is known color: Bright Turquoise. HEX triplet: 02, F0 and D6. RGB value is (2,240,214). Sum of RGB (Red+Green+Blue) = 2+240+214=456 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #02F0D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F0D6 is #FD0F29. Grayscale: #A5A5A5. Windows color (decimal): -16584490 or 14086146. OLE color: 14086146.
HSL color Cylindrical-coordinate representation of color #02F0D6: hue angle of 173.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F0D6 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 214 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.06 |
| HSL | 173.45º | 0.98% | 0.47% | - |
| HSV(B) | 173.45º | 0.99% | 0.94% | - |
| XYZ | 43.32 | 67.19 | 74.3 | - |
| YUV | 165.87 | 155.15 | 11.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 214 | 0.99 | 0 | 0.11 | 0.06 | 173.45 | 0.98 | 0.47 |
| Hex | 2 | F0 | D6 | 63 | 0 | B | 6 | AD | 62 | 2F |
| Octal | 2 | 360 | 326 | 143 | 0 | 13 | 6 | 255 | 142 | 57 |
| Binary | 10 | 11110000 | 11010110 | 1100011 | 0 | 1011 | 110 | 10101101 | 1100010 | 101111 |
Color Harmonies of #02F0D6
Complementary color
Monochromatic Colors of #02F0D6
Black with #02F0D6
Text Example
Text Example
White with #02F0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F0D6; }
p { color: rgb(2,240,214); }
H1.HeaderClassName
{
color: #02F0D6;
}
.AnyTagClassName
{
color: #02F0D6;
}
</style>
background-color css
<style>
a { background-color: #02F0D6; }
a { background-color: rgb(2,240,214); }
div.DivClassName
{
background-color: #02F0D6;
}
.BgClassName
{
background-color: #02F0D6;
}
</style>
border-color css
<style>
span { border-color: #02F0D6; }
span { border-color: rgb(2,240,214); }
td.TdClassName
{
border-color: #02F0D6;
}
.TagClassName
{
border-color: #02F0D6;
}
</style>