Shades of Turquoise #2DE7D1
Tints of Turquoise #2DE7D1
RGB
CMYK
RGB Variations
Color information
#2DE7D1 (or 0x2DE7D1) is known color: Turquoise. HEX triplet: 2D, E7 and D1. RGB value is (45,231,209). Sum of RGB (Red+Green+Blue) = 45+231+209=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DE7D1 is #D2182E. Grayscale: #ACACAC. Windows color (decimal): -13768751 or 13756205. OLE color: 13756205.
HSL color Cylindrical-coordinate representation of color #2DE7D1: hue angle of 172.9º degrees, saturation: 0.79, 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 #2DE7D1 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 209 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.09 |
| HSL | 172.9º | 0.79% | 0.54% | - |
| HSV(B) | 172.9º | 0.81% | 0.91% | - |
| XYZ | 41.17 | 62.31 | 70.18 | - |
| YUV | 172.88 | 148.38 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 209 | 0.81 | 0 | 0.10 | 0.09 | 172.9 | 0.79 | 0.54 |
| Hex | 2D | E7 | D1 | 51 | 0 | A | 9 | AD | 4F | 36 |
| Octal | 55 | 347 | 321 | 121 | 0 | 12 | 11 | 255 | 117 | 66 |
| Binary | 101101 | 11100111 | 11010001 | 1010001 | 0 | 1010 | 1001 | 10101101 | 1001111 | 110110 |
Color Harmonies of #2DE7D1
Complementary color
Monochromatic Colors of #2DE7D1
Black with #2DE7D1
Text Example
Text Example
White with #2DE7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE7D1; }
p { color: rgb(45,231,209); }
H1.HeaderClassName
{
color: #2DE7D1;
}
.AnyTagClassName
{
color: #2DE7D1;
}
</style>
background-color css
<style>
a { background-color: #2DE7D1; }
a { background-color: rgb(45,231,209); }
div.DivClassName
{
background-color: #2DE7D1;
}
.BgClassName
{
background-color: #2DE7D1;
}
</style>
border-color css
<style>
span { border-color: #2DE7D1; }
span { border-color: rgb(45,231,209); }
td.TdClassName
{
border-color: #2DE7D1;
}
.TagClassName
{
border-color: #2DE7D1;
}
</style>