Shades of Bright Turquoise #02F3EC
Tints of Bright Turquoise #02F3EC
RGB
CMYK
RGB Variations
Color information
#02F3EC (or 0x02F3EC) is known color: Bright Turquoise. HEX triplet: 02, F3 and EC. RGB value is (2,243,236). Sum of RGB (Red+Green+Blue) = 2+243+236=481 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #02F3EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02F3EC is #FD0C13. Grayscale: #A9A9A9. Windows color (decimal): -16583700 or 15528706. OLE color: 15528706.
HSL color Cylindrical-coordinate representation of color #02F3EC: hue angle of 178.26º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F3EC is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 243 | 236 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.05 |
| HSL | 178.26º | 0.98% | 0.48% | - |
| HSV(B) | 178.26º | 0.99% | 0.95% | - |
| XYZ | 47.22 | 70.17 | 90.41 | - |
| YUV | 170.14 | 165.16 | 8.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 243 | 236 | 0.99 | 0 | 0.03 | 0.05 | 178.26 | 0.98 | 0.48 |
| Hex | 2 | F3 | EC | 63 | 0 | 3 | 5 | B2 | 62 | 30 |
| Octal | 2 | 363 | 354 | 143 | 0 | 3 | 5 | 262 | 142 | 60 |
| Binary | 10 | 11110011 | 11101100 | 1100011 | 0 | 11 | 101 | 10110010 | 1100010 | 110000 |
Color Harmonies of #02F3EC
Complementary color
Monochromatic Colors of #02F3EC
Black with #02F3EC
Text Example
Text Example
White with #02F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F3EC; }
p { color: rgb(2,243,236); }
H1.HeaderClassName
{
color: #02F3EC;
}
.AnyTagClassName
{
color: #02F3EC;
}
</style>
background-color css
<style>
a { background-color: #02F3EC; }
a { background-color: rgb(2,243,236); }
div.DivClassName
{
background-color: #02F3EC;
}
.BgClassName
{
background-color: #02F3EC;
}
</style>
border-color css
<style>
span { border-color: #02F3EC; }
span { border-color: rgb(2,243,236); }
td.TdClassName
{
border-color: #02F3EC;
}
.TagClassName
{
border-color: #02F3EC;
}
</style>