Shades of Turquoise #2DDFBD
Tints of Turquoise #2DDFBD
RGB
CMYK
RGB Variations
Color information
#2DDFBD (or 0x2DDFBD) is known color: Turquoise. HEX triplet: 2D, DF and BD. RGB value is (45,223,189). Sum of RGB (Red+Green+Blue) = 45+223+189=457 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.85% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFBD is #D22042. Grayscale: #A5A5A5. Windows color (decimal): -13770819 or 12443437. OLE color: 12443437.
HSL color Cylindrical-coordinate representation of color #2DDFBD: hue angle of 168.54º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDFBD is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 189 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.13 |
| HSL | 168.54º | 0.74% | 0.53% | - |
| HSV(B) | 168.54º | 0.8% | 0.87% | - |
| XYZ | 36.66 | 57.01 | 57.22 | - |
| YUV | 165.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 189 | 0.80 | 0 | 0.15 | 0.13 | 168.54 | 0.74 | 0.53 |
| Hex | 2D | DF | BD | 50 | 0 | F | D | A9 | 4A | 35 |
| Octal | 55 | 337 | 275 | 120 | 0 | 17 | 15 | 251 | 112 | 65 |
| Binary | 101101 | 11011111 | 10111101 | 1010000 | 0 | 1111 | 1101 | 10101001 | 1001010 | 110101 |
Color Harmonies of #2DDFBD
Complementary color
Monochromatic Colors of #2DDFBD
Black with #2DDFBD
Text Example
Text Example
White with #2DDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFBD; }
p { color: rgb(45,223,189); }
H1.HeaderClassName
{
color: #2DDFBD;
}
.AnyTagClassName
{
color: #2DDFBD;
}
</style>
background-color css
<style>
a { background-color: #2DDFBD; }
a { background-color: rgb(45,223,189); }
div.DivClassName
{
background-color: #2DDFBD;
}
.BgClassName
{
background-color: #2DDFBD;
}
</style>
border-color css
<style>
span { border-color: #2DDFBD; }
span { border-color: rgb(45,223,189); }
td.TdClassName
{
border-color: #2DDFBD;
}
.TagClassName
{
border-color: #2DDFBD;
}
</style>