Shades of Turquoise #2DDDDC
Tints of Turquoise #2DDDDC
RGB
CMYK
RGB Variations
Color information
#2DDDDC (or 0x2DDDDC) is known color: Turquoise. HEX triplet: 2D, DD and DC. RGB value is (45,221,220). Sum of RGB (Red+Green+Blue) = 45+221+220=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDDC is #D22223. Grayscale: #A8A8A8. Windows color (decimal): -13771300 or 14474541. OLE color: 14474541.
HSL color Cylindrical-coordinate representation of color #2DDDDC: hue angle of 179.66º 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 #2DDDDC is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 220 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.13 |
| HSL | 179.66º | 0.72% | 0.52% | - |
| HSV(B) | 179.66º | 0.8% | 0.87% | - |
| XYZ | 39.86 | 57.44 | 76.7 | - |
| YUV | 168.26 | 157.19 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 220 | 0.80 | 0 | 0.00 | 0.13 | 179.66 | 0.72 | 0.52 |
| Hex | 2D | DD | DC | 50 | 0 | 0 | D | B4 | 48 | 34 |
| Octal | 55 | 335 | 334 | 120 | 0 | 0 | 15 | 264 | 110 | 64 |
| Binary | 101101 | 11011101 | 11011100 | 1010000 | 0 | 0 | 1101 | 10110100 | 1001000 | 110100 |
Color Harmonies of #2DDDDC
Complementary color
Monochromatic Colors of #2DDDDC
Black with #2DDDDC
Text Example
Text Example
White with #2DDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDDC; }
p { color: rgb(45,221,220); }
H1.HeaderClassName
{
color: #2DDDDC;
}
.AnyTagClassName
{
color: #2DDDDC;
}
</style>
background-color css
<style>
a { background-color: #2DDDDC; }
a { background-color: rgb(45,221,220); }
div.DivClassName
{
background-color: #2DDDDC;
}
.BgClassName
{
background-color: #2DDDDC;
}
</style>
border-color css
<style>
span { border-color: #2DDDDC; }
span { border-color: rgb(45,221,220); }
td.TdClassName
{
border-color: #2DDDDC;
}
.TagClassName
{
border-color: #2DDDDC;
}
</style>