Shades of Turquoise #2EDECD
Tints of Turquoise #2EDECD
RGB
CMYK
RGB Variations
Color information
#2EDECD (or 0x2EDECD) is known color: Turquoise. HEX triplet: 2E, DE and CD. RGB value is (46,222,205). Sum of RGB (Red+Green+Blue) = 46+222+205=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDECD is #D12132. Grayscale: #A7A7A7. Windows color (decimal): -13705523 or 13491758. OLE color: 13491758.
HSL color Cylindrical-coordinate representation of color #2EDECD: hue angle of 174.2º 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 #2EDECD is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 205 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.13 |
| HSL | 174.2º | 0.73% | 0.53% | - |
| HSV(B) | 174.2º | 0.79% | 0.87% | - |
| XYZ | 38.27 | 57.23 | 66.79 | - |
| YUV | 167.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 205 | 0.79 | 0 | 0.08 | 0.13 | 174.2 | 0.73 | 0.53 |
| Hex | 2E | DE | CD | 4F | 0 | 8 | D | AE | 49 | 35 |
| Octal | 56 | 336 | 315 | 117 | 0 | 10 | 15 | 256 | 111 | 65 |
| Binary | 101110 | 11011110 | 11001101 | 1001111 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110101 |
Color Harmonies of #2EDECD
Complementary color
Monochromatic Colors of #2EDECD
Black with #2EDECD
Text Example
Text Example
White with #2EDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDECD; }
p { color: rgb(46,222,205); }
H1.HeaderClassName
{
color: #2EDECD;
}
.AnyTagClassName
{
color: #2EDECD;
}
</style>
background-color css
<style>
a { background-color: #2EDECD; }
a { background-color: rgb(46,222,205); }
div.DivClassName
{
background-color: #2EDECD;
}
.BgClassName
{
background-color: #2EDECD;
}
</style>
border-color css
<style>
span { border-color: #2EDECD; }
span { border-color: rgb(46,222,205); }
td.TdClassName
{
border-color: #2EDECD;
}
.TagClassName
{
border-color: #2EDECD;
}
</style>