Shades of Turquoise #2DD0BE
Tints of Turquoise #2DD0BE
RGB
CMYK
RGB Variations
Color information
#2DD0BE (or 0x2DD0BE) is known color: Turquoise. HEX triplet: 2D, D0 and BE. RGB value is (45,208,190). Sum of RGB (Red+Green+Blue) = 45+208+190=443 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.16% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD0BE is #D22F41. Grayscale: #9D9D9D. Windows color (decimal): -13774658 or 12505133. OLE color: 12505133.
HSL color Cylindrical-coordinate representation of color #2DD0BE: hue angle of 173.37º degrees, saturation: 0.64, 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 #2DD0BE is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 208 | 190 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.18 |
| HSL | 173.37º | 0.64% | 0.5% | - |
| HSV(B) | 173.37º | 0.78% | 0.82% | - |
| XYZ | 32.93 | 49.39 | 56.51 | - |
| YUV | 157.21 | 146.5 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 208 | 190 | 0.78 | 0 | 0.09 | 0.18 | 173.37 | 0.64 | 0.5 |
| Hex | 2D | D0 | BE | 4E | 0 | 9 | 12 | AD | 40 | 32 |
| Octal | 55 | 320 | 276 | 116 | 0 | 11 | 22 | 255 | 100 | 62 |
| Binary | 101101 | 11010000 | 10111110 | 1001110 | 0 | 1001 | 10010 | 10101101 | 1000000 | 110010 |
Color Harmonies of #2DD0BE
Complementary color
Monochromatic Colors of #2DD0BE
Black with #2DD0BE
Text Example
Text Example
White with #2DD0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD0BE; }
p { color: rgb(45,208,190); }
H1.HeaderClassName
{
color: #2DD0BE;
}
.AnyTagClassName
{
color: #2DD0BE;
}
</style>
background-color css
<style>
a { background-color: #2DD0BE; }
a { background-color: rgb(45,208,190); }
div.DivClassName
{
background-color: #2DD0BE;
}
.BgClassName
{
background-color: #2DD0BE;
}
</style>
border-color css
<style>
span { border-color: #2DD0BE; }
span { border-color: rgb(45,208,190); }
td.TdClassName
{
border-color: #2DD0BE;
}
.TagClassName
{
border-color: #2DD0BE;
}
</style>