Shades of Bright Turquoise #02EFC4
Tints of Bright Turquoise #02EFC4
RGB
CMYK
RGB Variations
Color information
#02EFC4 (or 0x02EFC4) is known color: Bright Turquoise. HEX triplet: 02, EF and C4. RGB value is (2,239,196). Sum of RGB (Red+Green+Blue) = 2+239+196=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #02EFC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EFC4 is #FD103B. Grayscale: #A3A3A3. Windows color (decimal): -16584764 or 12906242. OLE color: 12906242.
HSL color Cylindrical-coordinate representation of color #02EFC4: hue angle of 169.11º 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 #02EFC4 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 196 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.06 |
| HSL | 169.11º | 0.98% | 0.47% | - |
| HSV(B) | 169.11º | 0.99% | 0.94% | - |
| XYZ | 40.86 | 65.73 | 62.76 | - |
| YUV | 163.24 | 146.48 | 13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 196 | 0.99 | 0 | 0.18 | 0.06 | 169.11 | 0.98 | 0.47 |
| Hex | 2 | EF | C4 | 63 | 0 | 12 | 6 | A9 | 62 | 2F |
| Octal | 2 | 357 | 304 | 143 | 0 | 22 | 6 | 251 | 142 | 57 |
| Binary | 10 | 11101111 | 11000100 | 1100011 | 0 | 10010 | 110 | 10101001 | 1100010 | 101111 |
Color Harmonies of #02EFC4
Complementary color
Monochromatic Colors of #02EFC4
Black with #02EFC4
Text Example
Text Example
White with #02EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFC4; }
p { color: rgb(2,239,196); }
H1.HeaderClassName
{
color: #02EFC4;
}
.AnyTagClassName
{
color: #02EFC4;
}
</style>
background-color css
<style>
a { background-color: #02EFC4; }
a { background-color: rgb(2,239,196); }
div.DivClassName
{
background-color: #02EFC4;
}
.BgClassName
{
background-color: #02EFC4;
}
</style>
border-color css
<style>
span { border-color: #02EFC4; }
span { border-color: rgb(2,239,196); }
td.TdClassName
{
border-color: #02EFC4;
}
.TagClassName
{
border-color: #02EFC4;
}
</style>