Shades of Turquoise #2EDCCB
Tints of Turquoise #2EDCCB
RGB
CMYK
RGB Variations
Color information
#2EDCCB (or 0x2EDCCB) is known color: Turquoise. HEX triplet: 2E, DC and CB. RGB value is (46,220,203). Sum of RGB (Red+Green+Blue) = 46+220+203=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCCB is #D12334. Grayscale: #A5A5A5. Windows color (decimal): -13706037 or 13360174. OLE color: 13360174.
HSL color Cylindrical-coordinate representation of color #2EDCCB: hue angle of 174.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDCCB is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 203 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.14 |
| HSL | 174.14º | 0.71% | 0.52% | - |
| HSV(B) | 174.14º | 0.79% | 0.86% | - |
| XYZ | 37.5 | 56.08 | 65.35 | - |
| YUV | 166.04 | 148.85 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 203 | 0.79 | 0 | 0.08 | 0.14 | 174.14 | 0.71 | 0.52 |
| Hex | 2E | DC | CB | 4F | 0 | 8 | E | AE | 47 | 34 |
| Octal | 56 | 334 | 313 | 117 | 0 | 10 | 16 | 256 | 107 | 64 |
| Binary | 101110 | 11011100 | 11001011 | 1001111 | 0 | 1000 | 1110 | 10101110 | 1000111 | 110100 |
Color Harmonies of #2EDCCB
Complementary color
Monochromatic Colors of #2EDCCB
Black with #2EDCCB
Text Example
Text Example
White with #2EDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCCB; }
p { color: rgb(46,220,203); }
H1.HeaderClassName
{
color: #2EDCCB;
}
.AnyTagClassName
{
color: #2EDCCB;
}
</style>
background-color css
<style>
a { background-color: #2EDCCB; }
a { background-color: rgb(46,220,203); }
div.DivClassName
{
background-color: #2EDCCB;
}
.BgClassName
{
background-color: #2EDCCB;
}
</style>
border-color css
<style>
span { border-color: #2EDCCB; }
span { border-color: rgb(46,220,203); }
td.TdClassName
{
border-color: #2EDCCB;
}
.TagClassName
{
border-color: #2EDCCB;
}
</style>