Shades of Bright Turquoise #02EFE7
Tints of Bright Turquoise #02EFE7
RGB
CMYK
RGB Variations
Color information
#02EFE7 (or 0x02EFE7) is known color: Bright Turquoise. HEX triplet: 02, EF and E7. RGB value is (2,239,231). Sum of RGB (Red+Green+Blue) = 2+239+231=472 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #02EFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EFE7 is #FD1018. Grayscale: #A7A7A7. Windows color (decimal): -16584729 or 15200002. OLE color: 15200002.
HSL color Cylindrical-coordinate representation of color #02EFE7: hue angle of 177.97º 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 #02EFE7 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 231 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.06 |
| HSL | 177.97º | 0.98% | 0.47% | - |
| HSV(B) | 177.97º | 0.99% | 0.94% | - |
| XYZ | 45.32 | 67.52 | 86.24 | - |
| YUV | 167.23 | 163.98 | 10.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 231 | 0.99 | 0 | 0.03 | 0.06 | 177.97 | 0.98 | 0.47 |
| Hex | 2 | EF | E7 | 63 | 0 | 3 | 6 | B2 | 62 | 2F |
| Octal | 2 | 357 | 347 | 143 | 0 | 3 | 6 | 262 | 142 | 57 |
| Binary | 10 | 11101111 | 11100111 | 1100011 | 0 | 11 | 110 | 10110010 | 1100010 | 101111 |
Color Harmonies of #02EFE7
Complementary color
Monochromatic Colors of #02EFE7
Black with #02EFE7
Text Example
Text Example
White with #02EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFE7; }
p { color: rgb(2,239,231); }
H1.HeaderClassName
{
color: #02EFE7;
}
.AnyTagClassName
{
color: #02EFE7;
}
</style>
background-color css
<style>
a { background-color: #02EFE7; }
a { background-color: rgb(2,239,231); }
div.DivClassName
{
background-color: #02EFE7;
}
.BgClassName
{
background-color: #02EFE7;
}
</style>
border-color css
<style>
span { border-color: #02EFE7; }
span { border-color: rgb(2,239,231); }
td.TdClassName
{
border-color: #02EFE7;
}
.TagClassName
{
border-color: #02EFE7;
}
</style>