Shades of Turquoise #2DDBB8
Tints of Turquoise #2DDBB8
RGB
CMYK
RGB Variations
Color information
#2DDBB8 (or 0x2DDBB8) is known color: Turquoise. HEX triplet: 2D, DB and B8. RGB value is (45,219,184). Sum of RGB (Red+Green+Blue) = 45+219+184=448 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.04% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBB8 is #D22447. Grayscale: #A2A2A2. Windows color (decimal): -13771848 or 12114733. OLE color: 12114733.
HSL color Cylindrical-coordinate representation of color #2DDBB8: hue angle of 167.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDBB8 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 184 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.14 |
| HSL | 167.93º | 0.71% | 0.52% | - |
| HSV(B) | 167.93º | 0.79% | 0.86% | - |
| XYZ | 35.07 | 54.68 | 54.05 | - |
| YUV | 162.98 | 139.85 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 184 | 0.79 | 0 | 0.16 | 0.14 | 167.93 | 0.71 | 0.52 |
| Hex | 2D | DB | B8 | 4F | 0 | 10 | E | A8 | 47 | 34 |
| Octal | 55 | 333 | 270 | 117 | 0 | 20 | 16 | 250 | 107 | 64 |
| Binary | 101101 | 11011011 | 10111000 | 1001111 | 0 | 10000 | 1110 | 10101000 | 1000111 | 110100 |
Color Harmonies of #2DDBB8
Complementary color
Monochromatic Colors of #2DDBB8
Black with #2DDBB8
Text Example
Text Example
White with #2DDBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBB8; }
p { color: rgb(45,219,184); }
H1.HeaderClassName
{
color: #2DDBB8;
}
.AnyTagClassName
{
color: #2DDBB8;
}
</style>
background-color css
<style>
a { background-color: #2DDBB8; }
a { background-color: rgb(45,219,184); }
div.DivClassName
{
background-color: #2DDBB8;
}
.BgClassName
{
background-color: #2DDBB8;
}
</style>
border-color css
<style>
span { border-color: #2DDBB8; }
span { border-color: rgb(45,219,184); }
td.TdClassName
{
border-color: #2DDBB8;
}
.TagClassName
{
border-color: #2DDBB8;
}
</style>