Shades of Turquoise #2EDBDC
Tints of Turquoise #2EDBDC
RGB
CMYK
RGB Variations
Color information
#2EDBDC (or 0x2EDBDC) is known color: Turquoise. HEX triplet: 2E, DB and DC. RGB value is (46,219,220). Sum of RGB (Red+Green+Blue) = 46+219+220=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EDBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDBDC is #D12423. Grayscale: #A7A7A7. Windows color (decimal): -13706276 or 14474030. OLE color: 14474030.
HSL color Cylindrical-coordinate representation of color #2EDBDC: hue angle of 180.34º 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 #2EDBDC is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 220 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.14 |
| HSL | 180.34º | 0.71% | 0.52% | - |
| HSV(B) | 180.34º | 0.79% | 0.86% | - |
| XYZ | 39.38 | 56.41 | 76.52 | - |
| YUV | 167.39 | 157.69 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 220 | 0.79 | 0.00 | 0 | 0.14 | 180.34 | 0.71 | 0.52 |
| Hex | 2E | DB | DC | 4F | 0 | 0 | E | B4 | 47 | 34 |
| Octal | 56 | 333 | 334 | 117 | 0 | 0 | 16 | 264 | 107 | 64 |
| Binary | 101110 | 11011011 | 11011100 | 1001111 | 0 | 0 | 1110 | 10110100 | 1000111 | 110100 |
Color Harmonies of #2EDBDC
Complementary color
Monochromatic Colors of #2EDBDC
Black with #2EDBDC
Text Example
Text Example
White with #2EDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDBDC; }
p { color: rgb(46,219,220); }
H1.HeaderClassName
{
color: #2EDBDC;
}
.AnyTagClassName
{
color: #2EDBDC;
}
</style>
background-color css
<style>
a { background-color: #2EDBDC; }
a { background-color: rgb(46,219,220); }
div.DivClassName
{
background-color: #2EDBDC;
}
.BgClassName
{
background-color: #2EDBDC;
}
</style>
border-color css
<style>
span { border-color: #2EDBDC; }
span { border-color: rgb(46,219,220); }
td.TdClassName
{
border-color: #2EDBDC;
}
.TagClassName
{
border-color: #2EDBDC;
}
</style>