Shades of Turquoise #2DE3C0
Tints of Turquoise #2DE3C0
RGB
CMYK
RGB Variations
Color information
#2DE3C0 (or 0x2DE3C0) is known color: Turquoise. HEX triplet: 2D, E3 and C0. RGB value is (45,227,192). Sum of RGB (Red+Green+Blue) = 45+227+192=464 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.70% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DE3C0 is #D21C3F. Grayscale: #A8A8A8. Windows color (decimal): -13769792 or 12641069. OLE color: 12641069.
HSL color Cylindrical-coordinate representation of color #2DE3C0: hue angle of 168.46º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE3C0 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 227 | 192 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.11 |
| HSL | 168.46º | 0.76% | 0.53% | - |
| HSV(B) | 168.46º | 0.8% | 0.89% | - |
| XYZ | 38.07 | 59.3 | 59.31 | - |
| YUV | 168.59 | 141.2 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 227 | 192 | 0.80 | 0 | 0.15 | 0.11 | 168.46 | 0.76 | 0.53 |
| Hex | 2D | E3 | C0 | 50 | 0 | F | B | A8 | 4C | 35 |
| Octal | 55 | 343 | 300 | 120 | 0 | 17 | 13 | 250 | 114 | 65 |
| Binary | 101101 | 11100011 | 11000000 | 1010000 | 0 | 1111 | 1011 | 10101000 | 1001100 | 110101 |
Color Harmonies of #2DE3C0
Complementary color
Monochromatic Colors of #2DE3C0
Black with #2DE3C0
Text Example
Text Example
White with #2DE3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE3C0; }
p { color: rgb(45,227,192); }
H1.HeaderClassName
{
color: #2DE3C0;
}
.AnyTagClassName
{
color: #2DE3C0;
}
</style>
background-color css
<style>
a { background-color: #2DE3C0; }
a { background-color: rgb(45,227,192); }
div.DivClassName
{
background-color: #2DE3C0;
}
.BgClassName
{
background-color: #2DE3C0;
}
</style>
border-color css
<style>
span { border-color: #2DE3C0; }
span { border-color: rgb(45,227,192); }
td.TdClassName
{
border-color: #2DE3C0;
}
.TagClassName
{
border-color: #2DE3C0;
}
</style>