Shades of Turquoise #2EDACB
Tints of Turquoise #2EDACB
RGB
CMYK
RGB Variations
Color information
#2EDACB (or 0x2EDACB) is known color: Turquoise. HEX triplet: 2E, DA and CB. RGB value is (46,218,203). Sum of RGB (Red+Green+Blue) = 46+218+203=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDACB is #D12534. Grayscale: #A4A4A4. Windows color (decimal): -13706549 or 13359662. OLE color: 13359662.
HSL color Cylindrical-coordinate representation of color #2EDACB: hue angle of 174.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDACB is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 203 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.15 |
| HSL | 174.77º | 0.7% | 0.52% | - |
| HSV(B) | 174.77º | 0.79% | 0.85% | - |
| XYZ | 36.98 | 55.04 | 65.17 | - |
| YUV | 164.86 | 149.52 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 203 | 0.79 | 0 | 0.07 | 0.15 | 174.77 | 0.7 | 0.52 |
| Hex | 2E | DA | CB | 4F | 0 | 7 | F | AF | 46 | 34 |
| Octal | 56 | 332 | 313 | 117 | 0 | 7 | 17 | 257 | 106 | 64 |
| Binary | 101110 | 11011010 | 11001011 | 1001111 | 0 | 111 | 1111 | 10101111 | 1000110 | 110100 |
Color Harmonies of #2EDACB
Complementary color
Monochromatic Colors of #2EDACB
Black with #2EDACB
Text Example
Text Example
White with #2EDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDACB; }
p { color: rgb(46,218,203); }
H1.HeaderClassName
{
color: #2EDACB;
}
.AnyTagClassName
{
color: #2EDACB;
}
</style>
background-color css
<style>
a { background-color: #2EDACB; }
a { background-color: rgb(46,218,203); }
div.DivClassName
{
background-color: #2EDACB;
}
.BgClassName
{
background-color: #2EDACB;
}
</style>
border-color css
<style>
span { border-color: #2EDACB; }
span { border-color: rgb(46,218,203); }
td.TdClassName
{
border-color: #2EDACB;
}
.TagClassName
{
border-color: #2EDACB;
}
</style>