Shades of Turquoise #2DE8E1
Tints of Turquoise #2DE8E1
RGB
CMYK
RGB Variations
Color information
#2DE8E1 (or 0x2DE8E1) is known color: Turquoise. HEX triplet: 2D, E8 and E1. RGB value is (45,232,225). Sum of RGB (Red+Green+Blue) = 45+232+225=502 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.96% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE8E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DE8E1 is #D2171E. Grayscale: #AFAFAF. Windows color (decimal): -13768479 or 14805037. OLE color: 14805037.
HSL color Cylindrical-coordinate representation of color #2DE8E1: hue angle of 177.75º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE8E1 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 232 | 225 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.09 |
| HSL | 177.75º | 0.8% | 0.54% | - |
| HSV(B) | 177.75º | 0.81% | 0.91% | - |
| XYZ | 43.53 | 63.71 | 81.24 | - |
| YUV | 175.29 | 156.05 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 232 | 225 | 0.81 | 0 | 0.03 | 0.09 | 177.75 | 0.8 | 0.54 |
| Hex | 2D | E8 | E1 | 51 | 0 | 3 | 9 | B2 | 50 | 36 |
| Octal | 55 | 350 | 341 | 121 | 0 | 3 | 11 | 262 | 120 | 66 |
| Binary | 101101 | 11101000 | 11100001 | 1010001 | 0 | 11 | 1001 | 10110010 | 1010000 | 110110 |
Color Harmonies of #2DE8E1
Complementary color
Monochromatic Colors of #2DE8E1
Black with #2DE8E1
Text Example
Text Example
White with #2DE8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE8E1; }
p { color: rgb(45,232,225); }
H1.HeaderClassName
{
color: #2DE8E1;
}
.AnyTagClassName
{
color: #2DE8E1;
}
</style>
background-color css
<style>
a { background-color: #2DE8E1; }
a { background-color: rgb(45,232,225); }
div.DivClassName
{
background-color: #2DE8E1;
}
.BgClassName
{
background-color: #2DE8E1;
}
</style>
border-color css
<style>
span { border-color: #2DE8E1; }
span { border-color: rgb(45,232,225); }
td.TdClassName
{
border-color: #2DE8E1;
}
.TagClassName
{
border-color: #2DE8E1;
}
</style>