Shades of Turquoise #2EDFBC
Tints of Turquoise #2EDFBC
RGB
CMYK
RGB Variations
Color information
#2EDFBC (or 0x2EDFBC) is known color: Turquoise. HEX triplet: 2E, DF and BC. RGB value is (46,223,188). Sum of RGB (Red+Green+Blue) = 46+223+188=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFBC is #D12043. Grayscale: #A6A6A6. Windows color (decimal): -13705284 or 12377902. OLE color: 12377902.
HSL color Cylindrical-coordinate representation of color #2EDFBC: hue angle of 168.14º 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 #2EDFBC is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 188 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.13 |
| HSL | 168.14º | 0.73% | 0.53% | - |
| HSV(B) | 168.14º | 0.79% | 0.87% | - |
| XYZ | 36.59 | 56.99 | 56.65 | - |
| YUV | 166.09 | 140.36 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 188 | 0.79 | 0 | 0.16 | 0.13 | 168.14 | 0.73 | 0.53 |
| Hex | 2E | DF | BC | 4F | 0 | 10 | D | A8 | 49 | 35 |
| Octal | 56 | 337 | 274 | 117 | 0 | 20 | 15 | 250 | 111 | 65 |
| Binary | 101110 | 11011111 | 10111100 | 1001111 | 0 | 10000 | 1101 | 10101000 | 1001001 | 110101 |
Color Harmonies of #2EDFBC
Complementary color
Monochromatic Colors of #2EDFBC
Black with #2EDFBC
Text Example
Text Example
White with #2EDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFBC; }
p { color: rgb(46,223,188); }
H1.HeaderClassName
{
color: #2EDFBC;
}
.AnyTagClassName
{
color: #2EDFBC;
}
</style>
background-color css
<style>
a { background-color: #2EDFBC; }
a { background-color: rgb(46,223,188); }
div.DivClassName
{
background-color: #2EDFBC;
}
.BgClassName
{
background-color: #2EDFBC;
}
</style>
border-color css
<style>
span { border-color: #2EDFBC; }
span { border-color: rgb(46,223,188); }
td.TdClassName
{
border-color: #2EDFBC;
}
.TagClassName
{
border-color: #2EDFBC;
}
</style>