Shades of Turquoise #2ED2CC
Tints of Turquoise #2ED2CC
RGB
CMYK
RGB Variations
Color information
#2ED2CC (or 0x2ED2CC) is known color: Turquoise. HEX triplet: 2E, D2 and CC. RGB value is (46,210,204). Sum of RGB (Red+Green+Blue) = 46+210+204=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED2CC is #D12D33. Grayscale: #A0A0A0. Windows color (decimal): -13708596 or 13423150. OLE color: 13423150.
HSL color Cylindrical-coordinate representation of color #2ED2CC: hue angle of 177.8º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED2CC is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 210 | 204 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.18 |
| HSL | 177.8º | 0.65% | 0.5% | - |
| HSV(B) | 177.8º | 0.78% | 0.82% | - |
| XYZ | 35.07 | 51.03 | 65.13 | - |
| YUV | 160.28 | 152.67 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 210 | 204 | 0.78 | 0 | 0.03 | 0.18 | 177.8 | 0.65 | 0.5 |
| Hex | 2E | D2 | CC | 4E | 0 | 3 | 12 | B2 | 41 | 32 |
| Octal | 56 | 322 | 314 | 116 | 0 | 3 | 22 | 262 | 101 | 62 |
| Binary | 101110 | 11010010 | 11001100 | 1001110 | 0 | 11 | 10010 | 10110010 | 1000001 | 110010 |
Color Harmonies of #2ED2CC
Complementary color
Monochromatic Colors of #2ED2CC
Black with #2ED2CC
Text Example
Text Example
White with #2ED2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED2CC; }
p { color: rgb(46,210,204); }
H1.HeaderClassName
{
color: #2ED2CC;
}
.AnyTagClassName
{
color: #2ED2CC;
}
</style>
background-color css
<style>
a { background-color: #2ED2CC; }
a { background-color: rgb(46,210,204); }
div.DivClassName
{
background-color: #2ED2CC;
}
.BgClassName
{
background-color: #2ED2CC;
}
</style>
border-color css
<style>
span { border-color: #2ED2CC; }
span { border-color: rgb(46,210,204); }
td.TdClassName
{
border-color: #2ED2CC;
}
.TagClassName
{
border-color: #2ED2CC;
}
</style>