Shades of Turquoise #2EDCD8
Tints of Turquoise #2EDCD8
RGB
CMYK
RGB Variations
Color information
#2EDCD8 (or 0x2EDCD8) is known color: Turquoise. HEX triplet: 2E, DC and D8. RGB value is (46,220,216). Sum of RGB (Red+Green+Blue) = 46+220+216=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCD8 is #D12327. Grayscale: #A7A7A7. Windows color (decimal): -13706024 or 14212142. OLE color: 14212142.
HSL color Cylindrical-coordinate representation of color #2EDCD8: hue angle of 178.62º 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 #2EDCD8 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 216 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.14 |
| HSL | 178.62º | 0.71% | 0.52% | - |
| HSV(B) | 178.62º | 0.79% | 0.86% | - |
| XYZ | 39.11 | 56.73 | 73.85 | - |
| YUV | 167.52 | 155.35 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 216 | 0.79 | 0 | 0.02 | 0.14 | 178.62 | 0.71 | 0.52 |
| Hex | 2E | DC | D8 | 4F | 0 | 2 | E | B3 | 47 | 34 |
| Octal | 56 | 334 | 330 | 117 | 0 | 2 | 16 | 263 | 107 | 64 |
| Binary | 101110 | 11011100 | 11011000 | 1001111 | 0 | 10 | 1110 | 10110011 | 1000111 | 110100 |
Color Harmonies of #2EDCD8
Complementary color
Monochromatic Colors of #2EDCD8
Black with #2EDCD8
Text Example
Text Example
White with #2EDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCD8; }
p { color: rgb(46,220,216); }
H1.HeaderClassName
{
color: #2EDCD8;
}
.AnyTagClassName
{
color: #2EDCD8;
}
</style>
background-color css
<style>
a { background-color: #2EDCD8; }
a { background-color: rgb(46,220,216); }
div.DivClassName
{
background-color: #2EDCD8;
}
.BgClassName
{
background-color: #2EDCD8;
}
</style>
border-color css
<style>
span { border-color: #2EDCD8; }
span { border-color: rgb(46,220,216); }
td.TdClassName
{
border-color: #2EDCD8;
}
.TagClassName
{
border-color: #2EDCD8;
}
</style>