Shades of Turquoise #2EDCDE
Tints of Turquoise #2EDCDE
RGB
CMYK
RGB Variations
Color information
#2EDCDE (or 0x2EDCDE) is known color: Turquoise. HEX triplet: 2E, DC and DE. RGB value is (46,220,222). Sum of RGB (Red+Green+Blue) = 46+220+222=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #2EDCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCDE is #D12321. Grayscale: #A8A8A8. Windows color (decimal): -13706018 or 14605358. OLE color: 14605358.
HSL color Cylindrical-coordinate representation of color #2EDCDE: hue angle of 180.68º 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 #2EDCDE is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 220 | 222 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.13 |
| HSL | 180.68º | 0.73% | 0.53% | - |
| HSV(B) | 180.68º | 0.79% | 0.87% | - |
| XYZ | 39.9 | 57.04 | 78.01 | - |
| YUV | 168.2 | 158.35 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 222 | 0.79 | 0.01 | 0 | 0.13 | 180.68 | 0.73 | 0.53 |
| Hex | 2E | DC | DE | 4F | 1 | 0 | D | B5 | 49 | 35 |
| Octal | 56 | 334 | 336 | 117 | 1 | 0 | 15 | 265 | 111 | 65 |
| Binary | 101110 | 11011100 | 11011110 | 1001111 | 1 | 0 | 1101 | 10110101 | 1001001 | 110101 |
Color Harmonies of #2EDCDE
Complementary color
Monochromatic Colors of #2EDCDE
Black with #2EDCDE
Text Example
Text Example
White with #2EDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCDE; }
p { color: rgb(46,220,222); }
H1.HeaderClassName
{
color: #2EDCDE;
}
.AnyTagClassName
{
color: #2EDCDE;
}
</style>
background-color css
<style>
a { background-color: #2EDCDE; }
a { background-color: rgb(46,220,222); }
div.DivClassName
{
background-color: #2EDCDE;
}
.BgClassName
{
background-color: #2EDCDE;
}
</style>
border-color css
<style>
span { border-color: #2EDCDE; }
span { border-color: rgb(46,220,222); }
td.TdClassName
{
border-color: #2EDCDE;
}
.TagClassName
{
border-color: #2EDCDE;
}
</style>