Shades of Turquoise #2DDFBA
Tints of Turquoise #2DDFBA
RGB
CMYK
RGB Variations
Color information
#2DDFBA (or 0x2DDFBA) is known color: Turquoise. HEX triplet: 2D, DF and BA. RGB value is (45,223,186). Sum of RGB (Red+Green+Blue) = 45+223+186=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFBA is #D22045. Grayscale: #A5A5A5. Windows color (decimal): -13770822 or 12246829. OLE color: 12246829.
HSL color Cylindrical-coordinate representation of color #2DDFBA: hue angle of 167.53º 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 #2DDFBA is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 186 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.13 |
| HSL | 167.53º | 0.74% | 0.53% | - |
| HSV(B) | 167.53º | 0.8% | 0.87% | - |
| XYZ | 36.33 | 56.88 | 55.52 | - |
| YUV | 165.56 | 139.53 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 186 | 0.80 | 0 | 0.17 | 0.13 | 167.53 | 0.74 | 0.53 |
| Hex | 2D | DF | BA | 50 | 0 | 11 | D | A8 | 4A | 35 |
| Octal | 55 | 337 | 272 | 120 | 0 | 21 | 15 | 250 | 112 | 65 |
| Binary | 101101 | 11011111 | 10111010 | 1010000 | 0 | 10001 | 1101 | 10101000 | 1001010 | 110101 |
Color Harmonies of #2DDFBA
Complementary color
Monochromatic Colors of #2DDFBA
Black with #2DDFBA
Text Example
Text Example
White with #2DDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFBA; }
p { color: rgb(45,223,186); }
H1.HeaderClassName
{
color: #2DDFBA;
}
.AnyTagClassName
{
color: #2DDFBA;
}
</style>
background-color css
<style>
a { background-color: #2DDFBA; }
a { background-color: rgb(45,223,186); }
div.DivClassName
{
background-color: #2DDFBA;
}
.BgClassName
{
background-color: #2DDFBA;
}
</style>
border-color css
<style>
span { border-color: #2DDFBA; }
span { border-color: rgb(45,223,186); }
td.TdClassName
{
border-color: #2DDFBA;
}
.TagClassName
{
border-color: #2DDFBA;
}
</style>