Shades of Turquoise #2EDCCD
Tints of Turquoise #2EDCCD
RGB
CMYK
RGB Variations
Color information
#2EDCCD (or 0x2EDCCD) is known color: Turquoise. HEX triplet: 2E, DC and CD. RGB value is (46,220,205). Sum of RGB (Red+Green+Blue) = 46+220+205=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCCD is #D12332. Grayscale: #A6A6A6. Windows color (decimal): -13706035 or 13491246. OLE color: 13491246.
HSL color Cylindrical-coordinate representation of color #2EDCCD: hue angle of 174.83º 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 #2EDCCD is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 205 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.14 |
| HSL | 174.83º | 0.71% | 0.52% | - |
| HSV(B) | 174.83º | 0.79% | 0.86% | - |
| XYZ | 37.74 | 56.18 | 66.61 | - |
| YUV | 166.26 | 149.85 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 205 | 0.79 | 0 | 0.07 | 0.14 | 174.83 | 0.71 | 0.52 |
| Hex | 2E | DC | CD | 4F | 0 | 7 | E | AF | 47 | 34 |
| Octal | 56 | 334 | 315 | 117 | 0 | 7 | 16 | 257 | 107 | 64 |
| Binary | 101110 | 11011100 | 11001101 | 1001111 | 0 | 111 | 1110 | 10101111 | 1000111 | 110100 |
Color Harmonies of #2EDCCD
Complementary color
Monochromatic Colors of #2EDCCD
Black with #2EDCCD
Text Example
Text Example
White with #2EDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCCD; }
p { color: rgb(46,220,205); }
H1.HeaderClassName
{
color: #2EDCCD;
}
.AnyTagClassName
{
color: #2EDCCD;
}
</style>
background-color css
<style>
a { background-color: #2EDCCD; }
a { background-color: rgb(46,220,205); }
div.DivClassName
{
background-color: #2EDCCD;
}
.BgClassName
{
background-color: #2EDCCD;
}
</style>
border-color css
<style>
span { border-color: #2EDCCD; }
span { border-color: rgb(46,220,205); }
td.TdClassName
{
border-color: #2EDCCD;
}
.TagClassName
{
border-color: #2EDCCD;
}
</style>