Shades of Turquoise #2DDCBD
Tints of Turquoise #2DDCBD
RGB
CMYK
RGB Variations
Color information
#2DDCBD (or 0x2DDCBD) is known color: Turquoise. HEX triplet: 2D, DC and BD. RGB value is (45,220,189). Sum of RGB (Red+Green+Blue) = 45+220+189=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDCBD is #D22342. Grayscale: #A4A4A4. Windows color (decimal): -13771587 or 12442669. OLE color: 12442669.
HSL color Cylindrical-coordinate representation of color #2DDCBD: hue angle of 169.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDCBD is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 189 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.14 |
| HSL | 169.37º | 0.71% | 0.52% | - |
| HSV(B) | 169.37º | 0.8% | 0.86% | - |
| XYZ | 35.86 | 55.42 | 56.95 | - |
| YUV | 164.14 | 142.02 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 189 | 0.80 | 0 | 0.14 | 0.14 | 169.37 | 0.71 | 0.52 |
| Hex | 2D | DC | BD | 50 | 0 | E | E | A9 | 47 | 34 |
| Octal | 55 | 334 | 275 | 120 | 0 | 16 | 16 | 251 | 107 | 64 |
| Binary | 101101 | 11011100 | 10111101 | 1010000 | 0 | 1110 | 1110 | 10101001 | 1000111 | 110100 |
Color Harmonies of #2DDCBD
Complementary color
Monochromatic Colors of #2DDCBD
Black with #2DDCBD
Text Example
Text Example
White with #2DDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCBD; }
p { color: rgb(45,220,189); }
H1.HeaderClassName
{
color: #2DDCBD;
}
.AnyTagClassName
{
color: #2DDCBD;
}
</style>
background-color css
<style>
a { background-color: #2DDCBD; }
a { background-color: rgb(45,220,189); }
div.DivClassName
{
background-color: #2DDCBD;
}
.BgClassName
{
background-color: #2DDCBD;
}
</style>
border-color css
<style>
span { border-color: #2DDCBD; }
span { border-color: rgb(45,220,189); }
td.TdClassName
{
border-color: #2DDCBD;
}
.TagClassName
{
border-color: #2DDCBD;
}
</style>