Shades of Turquoise #2DDBB9
Tints of Turquoise #2DDBB9
RGB
CMYK
RGB Variations
Color information
#2DDBB9 (or 0x2DDBB9) is known color: Turquoise. HEX triplet: 2D, DB and B9. RGB value is (45,219,185). Sum of RGB (Red+Green+Blue) = 45+219+185=449 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.02% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBB9 is #D22446. Grayscale: #A3A3A3. Windows color (decimal): -13771847 or 12180269. OLE color: 12180269.
HSL color Cylindrical-coordinate representation of color #2DDBB9: hue angle of 168.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDBB9 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 185 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.14 |
| HSL | 168.28º | 0.71% | 0.52% | - |
| HSV(B) | 168.28º | 0.79% | 0.86% | - |
| XYZ | 35.17 | 54.72 | 54.61 | - |
| YUV | 163.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 185 | 0.79 | 0 | 0.16 | 0.14 | 168.28 | 0.71 | 0.52 |
| Hex | 2D | DB | B9 | 4F | 0 | 10 | E | A8 | 47 | 34 |
| Octal | 55 | 333 | 271 | 117 | 0 | 20 | 16 | 250 | 107 | 64 |
| Binary | 101101 | 11011011 | 10111001 | 1001111 | 0 | 10000 | 1110 | 10101000 | 1000111 | 110100 |
Color Harmonies of #2DDBB9
Complementary color
Monochromatic Colors of #2DDBB9
Black with #2DDBB9
Text Example
Text Example
White with #2DDBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBB9; }
p { color: rgb(45,219,185); }
H1.HeaderClassName
{
color: #2DDBB9;
}
.AnyTagClassName
{
color: #2DDBB9;
}
</style>
background-color css
<style>
a { background-color: #2DDBB9; }
a { background-color: rgb(45,219,185); }
div.DivClassName
{
background-color: #2DDBB9;
}
.BgClassName
{
background-color: #2DDBB9;
}
</style>
border-color css
<style>
span { border-color: #2DDBB9; }
span { border-color: rgb(45,219,185); }
td.TdClassName
{
border-color: #2DDBB9;
}
.TagClassName
{
border-color: #2DDBB9;
}
</style>