Shades of Turquoise #2DDBD9
Tints of Turquoise #2DDBD9
RGB
CMYK
RGB Variations
Color information
#2DDBD9 (or 0x2DDBD9) is known color: Turquoise. HEX triplet: 2D, DB and D9. RGB value is (45,219,217). Sum of RGB (Red+Green+Blue) = 45+219+217=481 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.36% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDBD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBD9 is #D22426. Grayscale: #A6A6A6. Windows color (decimal): -13771815 or 14277421. OLE color: 14277421.
HSL color Cylindrical-coordinate representation of color #2DDBD9: hue angle of 179.31º 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 #2DDBD9 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 217 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.14 |
| HSL | 179.31º | 0.71% | 0.52% | - |
| HSV(B) | 179.31º | 0.79% | 0.86% | - |
| XYZ | 38.94 | 56.23 | 74.45 | - |
| YUV | 166.75 | 156.35 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 217 | 0.79 | 0 | 0.01 | 0.14 | 179.31 | 0.71 | 0.52 |
| Hex | 2D | DB | D9 | 4F | 0 | 1 | E | B3 | 47 | 34 |
| Octal | 55 | 333 | 331 | 117 | 0 | 1 | 16 | 263 | 107 | 64 |
| Binary | 101101 | 11011011 | 11011001 | 1001111 | 0 | 1 | 1110 | 10110011 | 1000111 | 110100 |
Color Harmonies of #2DDBD9
Complementary color
Monochromatic Colors of #2DDBD9
Black with #2DDBD9
Text Example
Text Example
White with #2DDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBD9; }
p { color: rgb(45,219,217); }
H1.HeaderClassName
{
color: #2DDBD9;
}
.AnyTagClassName
{
color: #2DDBD9;
}
</style>
background-color css
<style>
a { background-color: #2DDBD9; }
a { background-color: rgb(45,219,217); }
div.DivClassName
{
background-color: #2DDBD9;
}
.BgClassName
{
background-color: #2DDBD9;
}
</style>
border-color css
<style>
span { border-color: #2DDBD9; }
span { border-color: rgb(45,219,217); }
td.TdClassName
{
border-color: #2DDBD9;
}
.TagClassName
{
border-color: #2DDBD9;
}
</style>