Shades of Turquoise #2EF0CA
Tints of Turquoise #2EF0CA
RGB
CMYK
RGB Variations
Color information
#2EF0CA (or 0x2EF0CA) is known color: Turquoise. HEX triplet: 2E, F0 and CA. RGB value is (46,240,202). Sum of RGB (Red+Green+Blue) = 46+240+202=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF0CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF0CA is #D10F35. Grayscale: #B1B1B1. Windows color (decimal): -13700918 or 13299758. OLE color: 13299758.
HSL color Cylindrical-coordinate representation of color #2EF0CA: hue angle of 168.25º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF0CA is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 202 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.06 |
| HSL | 168.25º | 0.87% | 0.56% | - |
| HSV(B) | 168.25º | 0.81% | 0.94% | - |
| XYZ | 42.95 | 67.17 | 66.58 | - |
| YUV | 177.66 | 141.73 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 202 | 0.81 | 0 | 0.16 | 0.06 | 168.25 | 0.87 | 0.56 |
| Hex | 2E | F0 | CA | 51 | 0 | 10 | 6 | A8 | 57 | 38 |
| Octal | 56 | 360 | 312 | 121 | 0 | 20 | 6 | 250 | 127 | 70 |
| Binary | 101110 | 11110000 | 11001010 | 1010001 | 0 | 10000 | 110 | 10101000 | 1010111 | 111000 |
Color Harmonies of #2EF0CA
Complementary color
Monochromatic Colors of #2EF0CA
Black with #2EF0CA
Text Example
Text Example
White with #2EF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF0CA; }
p { color: rgb(46,240,202); }
H1.HeaderClassName
{
color: #2EF0CA;
}
.AnyTagClassName
{
color: #2EF0CA;
}
</style>
background-color css
<style>
a { background-color: #2EF0CA; }
a { background-color: rgb(46,240,202); }
div.DivClassName
{
background-color: #2EF0CA;
}
.BgClassName
{
background-color: #2EF0CA;
}
</style>
border-color css
<style>
span { border-color: #2EF0CA; }
span { border-color: rgb(46,240,202); }
td.TdClassName
{
border-color: #2EF0CA;
}
.TagClassName
{
border-color: #2EF0CA;
}
</style>