Shades of Turquoise #2EFFB5
Tints of Turquoise #2EFFB5
RGB
CMYK
RGB Variations
Color information
#2EFFB5 (or 0x2EFFB5) is known color: Turquoise. HEX triplet: 2E, FF and B5. RGB value is (46,255,181). Sum of RGB (Red+Green+Blue) = 46+255+181=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFB5 is #D1004A. Grayscale: #B8B8B8. Windows color (decimal): -13697099 or 11927342. OLE color: 11927342.
HSL color Cylindrical-coordinate representation of color #2EFFB5: hue angle of 158.76º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFB5 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 181 | - |
| CMYK | 0.82 | 0 | 0.29 | 0 |
| HSL | 158.76º | 1% | 0.59% | - |
| HSV(B) | 158.76º | 0.82% | 1% | - |
| XYZ | 45.23 | 75.44 | 55.89 | - |
| YUV | 184.07 | 126.26 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 181 | 0.82 | 0 | 0.29 | 0 | 158.76 | 1 | 0.59 |
| Hex | 2E | FF | B5 | 52 | 0 | 1D | 0 | 9F | 64 | 3B |
| Octal | 56 | 377 | 265 | 122 | 0 | 35 | 0 | 237 | 144 | 73 |
| Binary | 101110 | 11111111 | 10110101 | 1010010 | 0 | 11101 | 0 | 10011111 | 1100100 | 111011 |
Color Harmonies of #2EFFB5
Complementary color
Monochromatic Colors of #2EFFB5
Black with #2EFFB5
Text Example
Text Example
White with #2EFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFB5; }
p { color: rgb(46,255,181); }
H1.HeaderClassName
{
color: #2EFFB5;
}
.AnyTagClassName
{
color: #2EFFB5;
}
</style>
background-color css
<style>
a { background-color: #2EFFB5; }
a { background-color: rgb(46,255,181); }
div.DivClassName
{
background-color: #2EFFB5;
}
.BgClassName
{
background-color: #2EFFB5;
}
</style>
border-color css
<style>
span { border-color: #2EFFB5; }
span { border-color: rgb(46,255,181); }
td.TdClassName
{
border-color: #2EFFB5;
}
.TagClassName
{
border-color: #2EFFB5;
}
</style>