Shades of Turquoise #2EF2CA
Tints of Turquoise #2EF2CA
RGB
CMYK
RGB Variations
Color information
#2EF2CA (or 0x2EF2CA) is known color: Turquoise. HEX triplet: 2E, F2 and CA. RGB value is (46,242,202). Sum of RGB (Red+Green+Blue) = 46+242+202=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF2CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF2CA is #D10D35. Grayscale: #B2B2B2. Windows color (decimal): -13700406 or 13300270. OLE color: 13300270.
HSL color Cylindrical-coordinate representation of color #2EF2CA: hue angle of 167.76º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF2CA is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 202 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.05 |
| HSL | 167.76º | 0.88% | 0.56% | - |
| HSV(B) | 167.76º | 0.81% | 0.95% | - |
| XYZ | 43.54 | 68.35 | 66.78 | - |
| YUV | 178.84 | 141.07 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 202 | 0.81 | 0 | 0.17 | 0.05 | 167.76 | 0.88 | 0.56 |
| Hex | 2E | F2 | CA | 51 | 0 | 11 | 5 | A8 | 58 | 38 |
| Octal | 56 | 362 | 312 | 121 | 0 | 21 | 5 | 250 | 130 | 70 |
| Binary | 101110 | 11110010 | 11001010 | 1010001 | 0 | 10001 | 101 | 10101000 | 1011000 | 111000 |
Color Harmonies of #2EF2CA
Complementary color
Monochromatic Colors of #2EF2CA
Black with #2EF2CA
Text Example
Text Example
White with #2EF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF2CA; }
p { color: rgb(46,242,202); }
H1.HeaderClassName
{
color: #2EF2CA;
}
.AnyTagClassName
{
color: #2EF2CA;
}
</style>
background-color css
<style>
a { background-color: #2EF2CA; }
a { background-color: rgb(46,242,202); }
div.DivClassName
{
background-color: #2EF2CA;
}
.BgClassName
{
background-color: #2EF2CA;
}
</style>
border-color css
<style>
span { border-color: #2EF2CA; }
span { border-color: rgb(46,242,202); }
td.TdClassName
{
border-color: #2EF2CA;
}
.TagClassName
{
border-color: #2EF2CA;
}
</style>