Shades of Turquoise #2DDDBC
Tints of Turquoise #2DDDBC
RGB
CMYK
RGB Variations
Color information
#2DDDBC (or 0x2DDDBC) is known color: Turquoise. HEX triplet: 2D, DD and BC. RGB value is (45,221,188). Sum of RGB (Red+Green+Blue) = 45+221+188=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDBC is #D22243. Grayscale: #A4A4A4. Windows color (decimal): -13771332 or 12377389. OLE color: 12377389.
HSL color Cylindrical-coordinate representation of color #2DDDBC: hue angle of 168.75º 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 #2DDDBC is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 188 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.13 |
| HSL | 168.75º | 0.72% | 0.52% | - |
| HSV(B) | 168.75º | 0.8% | 0.87% | - |
| XYZ | 36.02 | 55.9 | 56.47 | - |
| YUV | 164.61 | 141.19 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 188 | 0.80 | 0 | 0.15 | 0.13 | 168.75 | 0.72 | 0.52 |
| Hex | 2D | DD | BC | 50 | 0 | F | D | A9 | 48 | 34 |
| Octal | 55 | 335 | 274 | 120 | 0 | 17 | 15 | 251 | 110 | 64 |
| Binary | 101101 | 11011101 | 10111100 | 1010000 | 0 | 1111 | 1101 | 10101001 | 1001000 | 110100 |
Color Harmonies of #2DDDBC
Complementary color
Monochromatic Colors of #2DDDBC
Black with #2DDDBC
Text Example
Text Example
White with #2DDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDBC; }
p { color: rgb(45,221,188); }
H1.HeaderClassName
{
color: #2DDDBC;
}
.AnyTagClassName
{
color: #2DDDBC;
}
</style>
background-color css
<style>
a { background-color: #2DDDBC; }
a { background-color: rgb(45,221,188); }
div.DivClassName
{
background-color: #2DDDBC;
}
.BgClassName
{
background-color: #2DDDBC;
}
</style>
border-color css
<style>
span { border-color: #2DDDBC; }
span { border-color: rgb(45,221,188); }
td.TdClassName
{
border-color: #2DDDBC;
}
.TagClassName
{
border-color: #2DDDBC;
}
</style>