Shades of Turquoise #2DDABD
Tints of Turquoise #2DDABD
RGB
CMYK
RGB Variations
Color information
#2DDABD (or 0x2DDABD) is known color: Turquoise. HEX triplet: 2D, DA and BD. RGB value is (45,218,189). Sum of RGB (Red+Green+Blue) = 45+218+189=452 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.96% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDABD is #D22542. Grayscale: #A2A2A2. Windows color (decimal): -13772099 or 12442157. OLE color: 12442157.
HSL color Cylindrical-coordinate representation of color #2DDABD: hue angle of 169.94º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDABD is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 189 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.15 |
| HSL | 169.94º | 0.7% | 0.52% | - |
| HSV(B) | 169.94º | 0.79% | 0.85% | - |
| XYZ | 35.34 | 54.37 | 56.78 | - |
| YUV | 162.97 | 142.69 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 189 | 0.79 | 0 | 0.13 | 0.15 | 169.94 | 0.7 | 0.52 |
| Hex | 2D | DA | BD | 4F | 0 | D | F | AA | 46 | 34 |
| Octal | 55 | 332 | 275 | 117 | 0 | 15 | 17 | 252 | 106 | 64 |
| Binary | 101101 | 11011010 | 10111101 | 1001111 | 0 | 1101 | 1111 | 10101010 | 1000110 | 110100 |
Color Harmonies of #2DDABD
Complementary color
Monochromatic Colors of #2DDABD
Black with #2DDABD
Text Example
Text Example
White with #2DDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDABD; }
p { color: rgb(45,218,189); }
H1.HeaderClassName
{
color: #2DDABD;
}
.AnyTagClassName
{
color: #2DDABD;
}
</style>
background-color css
<style>
a { background-color: #2DDABD; }
a { background-color: rgb(45,218,189); }
div.DivClassName
{
background-color: #2DDABD;
}
.BgClassName
{
background-color: #2DDABD;
}
</style>
border-color css
<style>
span { border-color: #2DDABD; }
span { border-color: rgb(45,218,189); }
td.TdClassName
{
border-color: #2DDABD;
}
.TagClassName
{
border-color: #2DDABD;
}
</style>