Shades of Turquoise #2EFAF0
Tints of Turquoise #2EFAF0
RGB
CMYK
RGB Variations
Color information
#2EFAF0 (or 0x2EFAF0) is known color: Turquoise. HEX triplet: 2E, FA and F0. RGB value is (46,250,240). Sum of RGB (Red+Green+Blue) = 46+250+240=536 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.58% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFAF0 is #D1050F. Grayscale: #BBBBBB. Windows color (decimal): -13698320 or 15792686. OLE color: 15792686.
HSL color Cylindrical-coordinate representation of color #2EFAF0: hue angle of 177.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFAF0 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 240 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.02 |
| HSL | 177.06º | 0.95% | 0.58% | - |
| HSV(B) | 177.06º | 0.82% | 0.98% | - |
| XYZ | 51.04 | 75.24 | 94.27 | - |
| YUV | 187.86 | 157.41 | 26.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 240 | 0.82 | 0 | 0.04 | 0.02 | 177.06 | 0.95 | 0.58 |
| Hex | 2E | FA | F0 | 52 | 0 | 4 | 2 | B1 | 5F | 3A |
| Octal | 56 | 372 | 360 | 122 | 0 | 4 | 2 | 261 | 137 | 72 |
| Binary | 101110 | 11111010 | 11110000 | 1010010 | 0 | 100 | 10 | 10110001 | 1011111 | 111010 |
Color Harmonies of #2EFAF0
Complementary color
Monochromatic Colors of #2EFAF0
Black with #2EFAF0
Text Example
Text Example
White with #2EFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFAF0; }
p { color: rgb(46,250,240); }
H1.HeaderClassName
{
color: #2EFAF0;
}
.AnyTagClassName
{
color: #2EFAF0;
}
</style>
background-color css
<style>
a { background-color: #2EFAF0; }
a { background-color: rgb(46,250,240); }
div.DivClassName
{
background-color: #2EFAF0;
}
.BgClassName
{
background-color: #2EFAF0;
}
</style>
border-color css
<style>
span { border-color: #2EFAF0; }
span { border-color: rgb(46,250,240); }
td.TdClassName
{
border-color: #2EFAF0;
}
.TagClassName
{
border-color: #2EFAF0;
}
</style>