Shades of Bright Turquoise #02F0EF
Tints of Bright Turquoise #02F0EF
RGB
CMYK
RGB Variations
Color information
#02F0EF (or 0x02F0EF) is known color: Bright Turquoise. HEX triplet: 02, F0 and EF. RGB value is (2,240,239). Sum of RGB (Red+Green+Blue) = 2+240+239=481 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #02F0EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02F0EF is #FD0F10. Grayscale: #A8A8A8. Windows color (decimal): -16584465 or 15724546. OLE color: 15724546.
HSL color Cylindrical-coordinate representation of color #02F0EF: hue angle of 179.75º 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 #02F0EF is Cyan = 0.99, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 239 | - |
| CMYK | 0.99 | 0 | 0.00 | 0.06 |
| HSL | 179.75º | 0.98% | 0.47% | - |
| HSV(B) | 179.75º | 0.99% | 0.94% | - |
| XYZ | 46.77 | 68.57 | 92.43 | - |
| YUV | 168.72 | 167.65 | 9.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 239 | 0.99 | 0 | 0.00 | 0.06 | 179.75 | 0.98 | 0.47 |
| Hex | 2 | F0 | EF | 63 | 0 | 0 | 6 | B4 | 62 | 2F |
| Octal | 2 | 360 | 357 | 143 | 0 | 0 | 6 | 264 | 142 | 57 |
| Binary | 10 | 11110000 | 11101111 | 1100011 | 0 | 0 | 110 | 10110100 | 1100010 | 101111 |
Color Harmonies of #02F0EF
Complementary color
Monochromatic Colors of #02F0EF
Black with #02F0EF
Text Example
Text Example
White with #02F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F0EF; }
p { color: rgb(2,240,239); }
H1.HeaderClassName
{
color: #02F0EF;
}
.AnyTagClassName
{
color: #02F0EF;
}
</style>
background-color css
<style>
a { background-color: #02F0EF; }
a { background-color: rgb(2,240,239); }
div.DivClassName
{
background-color: #02F0EF;
}
.BgClassName
{
background-color: #02F0EF;
}
</style>
border-color css
<style>
span { border-color: #02F0EF; }
span { border-color: rgb(2,240,239); }
td.TdClassName
{
border-color: #02F0EF;
}
.TagClassName
{
border-color: #02F0EF;
}
</style>