Shades of Turquoise #2DD6BE
Tints of Turquoise #2DD6BE
RGB
CMYK
RGB Variations
Color information
#2DD6BE (or 0x2DD6BE) is known color: Turquoise. HEX triplet: 2D, D6 and BE. RGB value is (45,214,190). Sum of RGB (Red+Green+Blue) = 45+214+190=449 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.02% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD6BE is #D22941. Grayscale: #A0A0A0. Windows color (decimal): -13773122 or 12506669. OLE color: 12506669.
HSL color Cylindrical-coordinate representation of color #2DD6BE: hue angle of 171.48º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD6BE is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 190 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.16 |
| HSL | 171.48º | 0.67% | 0.51% | - |
| HSV(B) | 171.48º | 0.79% | 0.84% | - |
| XYZ | 34.42 | 52.37 | 57.01 | - |
| YUV | 160.73 | 144.51 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 190 | 0.79 | 0 | 0.11 | 0.16 | 171.48 | 0.67 | 0.51 |
| Hex | 2D | D6 | BE | 4F | 0 | B | 10 | AB | 43 | 33 |
| Octal | 55 | 326 | 276 | 117 | 0 | 13 | 20 | 253 | 103 | 63 |
| Binary | 101101 | 11010110 | 10111110 | 1001111 | 0 | 1011 | 10000 | 10101011 | 1000011 | 110011 |
Color Harmonies of #2DD6BE
Complementary color
Monochromatic Colors of #2DD6BE
Black with #2DD6BE
Text Example
Text Example
White with #2DD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD6BE; }
p { color: rgb(45,214,190); }
H1.HeaderClassName
{
color: #2DD6BE;
}
.AnyTagClassName
{
color: #2DD6BE;
}
</style>
background-color css
<style>
a { background-color: #2DD6BE; }
a { background-color: rgb(45,214,190); }
div.DivClassName
{
background-color: #2DD6BE;
}
.BgClassName
{
background-color: #2DD6BE;
}
</style>
border-color css
<style>
span { border-color: #2DD6BE; }
span { border-color: rgb(45,214,190); }
td.TdClassName
{
border-color: #2DD6BE;
}
.TagClassName
{
border-color: #2DD6BE;
}
</style>