Shades of Bright Turquoise #02EFE5
Tints of Bright Turquoise #02EFE5
RGB
CMYK
RGB Variations
Color information
#02EFE5 (or 0x02EFE5) is known color: Bright Turquoise. HEX triplet: 02, EF and E5. RGB value is (2,239,229). Sum of RGB (Red+Green+Blue) = 2+239+229=470 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #02EFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EFE5 is #FD101A. Grayscale: #A6A6A6. Windows color (decimal): -16584731 or 15068930. OLE color: 15068930.
HSL color Cylindrical-coordinate representation of color #02EFE5: hue angle of 177.47º 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 #02EFE5 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 229 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.06 |
| HSL | 177.47º | 0.98% | 0.47% | - |
| HSV(B) | 177.47º | 0.99% | 0.94% | - |
| XYZ | 45.03 | 67.4 | 84.77 | - |
| YUV | 167 | 162.98 | 10.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 229 | 0.99 | 0 | 0.04 | 0.06 | 177.47 | 0.98 | 0.47 |
| Hex | 2 | EF | E5 | 63 | 0 | 4 | 6 | B1 | 62 | 2F |
| Octal | 2 | 357 | 345 | 143 | 0 | 4 | 6 | 261 | 142 | 57 |
| Binary | 10 | 11101111 | 11100101 | 1100011 | 0 | 100 | 110 | 10110001 | 1100010 | 101111 |
Color Harmonies of #02EFE5
Complementary color
Monochromatic Colors of #02EFE5
Black with #02EFE5
Text Example
Text Example
White with #02EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFE5; }
p { color: rgb(2,239,229); }
H1.HeaderClassName
{
color: #02EFE5;
}
.AnyTagClassName
{
color: #02EFE5;
}
</style>
background-color css
<style>
a { background-color: #02EFE5; }
a { background-color: rgb(2,239,229); }
div.DivClassName
{
background-color: #02EFE5;
}
.BgClassName
{
background-color: #02EFE5;
}
</style>
border-color css
<style>
span { border-color: #02EFE5; }
span { border-color: rgb(2,239,229); }
td.TdClassName
{
border-color: #02EFE5;
}
.TagClassName
{
border-color: #02EFE5;
}
</style>