Shades of Turquoise #2DDFBB
Tints of Turquoise #2DDFBB
RGB
CMYK
RGB Variations
Color information
#2DDFBB (or 0x2DDFBB) is known color: Turquoise. HEX triplet: 2D, DF and BB. RGB value is (45,223,187). Sum of RGB (Red+Green+Blue) = 45+223+187=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFBB is #D22044. Grayscale: #A5A5A5. Windows color (decimal): -13770821 or 12312365. OLE color: 12312365.
HSL color Cylindrical-coordinate representation of color #2DDFBB: hue angle of 167.87º 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 #2DDFBB is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 187 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.13 |
| HSL | 167.87º | 0.74% | 0.53% | - |
| HSV(B) | 167.87º | 0.8% | 0.87% | - |
| XYZ | 36.44 | 56.92 | 56.08 | - |
| YUV | 165.67 | 140.03 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 187 | 0.80 | 0 | 0.16 | 0.13 | 167.87 | 0.74 | 0.53 |
| Hex | 2D | DF | BB | 50 | 0 | 10 | D | A8 | 4A | 35 |
| Octal | 55 | 337 | 273 | 120 | 0 | 20 | 15 | 250 | 112 | 65 |
| Binary | 101101 | 11011111 | 10111011 | 1010000 | 0 | 10000 | 1101 | 10101000 | 1001010 | 110101 |
Color Harmonies of #2DDFBB
Complementary color
Monochromatic Colors of #2DDFBB
Black with #2DDFBB
Text Example
Text Example
White with #2DDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFBB; }
p { color: rgb(45,223,187); }
H1.HeaderClassName
{
color: #2DDFBB;
}
.AnyTagClassName
{
color: #2DDFBB;
}
</style>
background-color css
<style>
a { background-color: #2DDFBB; }
a { background-color: rgb(45,223,187); }
div.DivClassName
{
background-color: #2DDFBB;
}
.BgClassName
{
background-color: #2DDFBB;
}
</style>
border-color css
<style>
span { border-color: #2DDFBB; }
span { border-color: rgb(45,223,187); }
td.TdClassName
{
border-color: #2DDFBB;
}
.TagClassName
{
border-color: #2DDFBB;
}
</style>