Shades of Turquoise #2EDFB5
Tints of Turquoise #2EDFB5
RGB
CMYK
RGB Variations
Color information
#2EDFB5 (or 0x2EDFB5) is known color: Turquoise. HEX triplet: 2E, DF and B5. RGB value is (46,223,181). Sum of RGB (Red+Green+Blue) = 46+223+181=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFB5 is #D1204A. Grayscale: #A5A5A5. Windows color (decimal): -13705291 or 11919150. OLE color: 11919150.
HSL color Cylindrical-coordinate representation of color #2EDFB5: hue angle of 165.76º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFB5 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 181 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.13 |
| HSL | 165.76º | 0.73% | 0.53% | - |
| HSV(B) | 165.76º | 0.79% | 0.87% | - |
| XYZ | 35.85 | 56.69 | 52.77 | - |
| YUV | 165.29 | 136.86 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 181 | 0.79 | 0 | 0.19 | 0.13 | 165.76 | 0.73 | 0.53 |
| Hex | 2E | DF | B5 | 4F | 0 | 13 | D | A6 | 49 | 35 |
| Octal | 56 | 337 | 265 | 117 | 0 | 23 | 15 | 246 | 111 | 65 |
| Binary | 101110 | 11011111 | 10110101 | 1001111 | 0 | 10011 | 1101 | 10100110 | 1001001 | 110101 |
Color Harmonies of #2EDFB5
Complementary color
Monochromatic Colors of #2EDFB5
Black with #2EDFB5
Text Example
Text Example
White with #2EDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFB5; }
p { color: rgb(46,223,181); }
H1.HeaderClassName
{
color: #2EDFB5;
}
.AnyTagClassName
{
color: #2EDFB5;
}
</style>
background-color css
<style>
a { background-color: #2EDFB5; }
a { background-color: rgb(46,223,181); }
div.DivClassName
{
background-color: #2EDFB5;
}
.BgClassName
{
background-color: #2EDFB5;
}
</style>
border-color css
<style>
span { border-color: #2EDFB5; }
span { border-color: rgb(46,223,181); }
td.TdClassName
{
border-color: #2EDFB5;
}
.TagClassName
{
border-color: #2EDFB5;
}
</style>