Shades of Turquoise #2DDDDA
Tints of Turquoise #2DDDDA
RGB
CMYK
RGB Variations
Color information
#2DDDDA (or 0x2DDDDA) is known color: Turquoise. HEX triplet: 2D, DD and DA. RGB value is (45,221,218). Sum of RGB (Red+Green+Blue) = 45+221+218=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDDA is #D22225. Grayscale: #A7A7A7. Windows color (decimal): -13771302 or 14343469. OLE color: 14343469.
HSL color Cylindrical-coordinate representation of color #2DDDDA: hue angle of 178.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDDDA is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 218 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.13 |
| HSL | 178.98º | 0.72% | 0.52% | - |
| HSV(B) | 178.98º | 0.8% | 0.87% | - |
| XYZ | 39.59 | 57.33 | 75.31 | - |
| YUV | 168.03 | 156.19 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 218 | 0.80 | 0 | 0.01 | 0.13 | 178.98 | 0.72 | 0.52 |
| Hex | 2D | DD | DA | 50 | 0 | 1 | D | B3 | 48 | 34 |
| Octal | 55 | 335 | 332 | 120 | 0 | 1 | 15 | 263 | 110 | 64 |
| Binary | 101101 | 11011101 | 11011010 | 1010000 | 0 | 1 | 1101 | 10110011 | 1001000 | 110100 |
Color Harmonies of #2DDDDA
Complementary color
Monochromatic Colors of #2DDDDA
Black with #2DDDDA
Text Example
Text Example
White with #2DDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDDA; }
p { color: rgb(45,221,218); }
H1.HeaderClassName
{
color: #2DDDDA;
}
.AnyTagClassName
{
color: #2DDDDA;
}
</style>
background-color css
<style>
a { background-color: #2DDDDA; }
a { background-color: rgb(45,221,218); }
div.DivClassName
{
background-color: #2DDDDA;
}
.BgClassName
{
background-color: #2DDDDA;
}
</style>
border-color css
<style>
span { border-color: #2DDDDA; }
span { border-color: rgb(45,221,218); }
td.TdClassName
{
border-color: #2DDDDA;
}
.TagClassName
{
border-color: #2DDDDA;
}
</style>