Shades of Turquoise #2DDDDB
Tints of Turquoise #2DDDDB
RGB
CMYK
RGB Variations
Color information
#2DDDDB (or 0x2DDDDB) is known color: Turquoise. HEX triplet: 2D, DD and DB. RGB value is (45,221,219). Sum of RGB (Red+Green+Blue) = 45+221+219=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDDB is #D22224. Grayscale: #A7A7A7. Windows color (decimal): -13771301 or 14409005. OLE color: 14409005.
HSL color Cylindrical-coordinate representation of color #2DDDDB: hue angle of 179.32º 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 #2DDDDB is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 219 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.13 |
| HSL | 179.32º | 0.72% | 0.52% | - |
| HSV(B) | 179.32º | 0.8% | 0.87% | - |
| XYZ | 39.72 | 57.39 | 76 | - |
| YUV | 168.15 | 156.69 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 219 | 0.80 | 0 | 0.01 | 0.13 | 179.32 | 0.72 | 0.52 |
| Hex | 2D | DD | DB | 50 | 0 | 1 | D | B3 | 48 | 34 |
| Octal | 55 | 335 | 333 | 120 | 0 | 1 | 15 | 263 | 110 | 64 |
| Binary | 101101 | 11011101 | 11011011 | 1010000 | 0 | 1 | 1101 | 10110011 | 1001000 | 110100 |
Color Harmonies of #2DDDDB
Complementary color
Monochromatic Colors of #2DDDDB
Black with #2DDDDB
Text Example
Text Example
White with #2DDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDDB; }
p { color: rgb(45,221,219); }
H1.HeaderClassName
{
color: #2DDDDB;
}
.AnyTagClassName
{
color: #2DDDDB;
}
</style>
background-color css
<style>
a { background-color: #2DDDDB; }
a { background-color: rgb(45,221,219); }
div.DivClassName
{
background-color: #2DDDDB;
}
.BgClassName
{
background-color: #2DDDDB;
}
</style>
border-color css
<style>
span { border-color: #2DDDDB; }
span { border-color: rgb(45,221,219); }
td.TdClassName
{
border-color: #2DDDDB;
}
.TagClassName
{
border-color: #2DDDDB;
}
</style>