Shades of Turquoise #2DDDCC
Tints of Turquoise #2DDDCC
RGB
CMYK
RGB Variations
Color information
#2DDDCC (or 0x2DDDCC) is known color: Turquoise. HEX triplet: 2D, DD and CC. RGB value is (45,221,204). Sum of RGB (Red+Green+Blue) = 45+221+204=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDCC is #D22233. Grayscale: #A6A6A6. Windows color (decimal): -13771316 or 13425965. OLE color: 13425965.
HSL color Cylindrical-coordinate representation of color #2DDDCC: hue angle of 174.2º 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 #2DDDCC is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 204 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.13 |
| HSL | 174.2º | 0.72% | 0.52% | - |
| HSV(B) | 174.2º | 0.8% | 0.87% | - |
| XYZ | 37.84 | 56.63 | 66.06 | - |
| YUV | 166.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 204 | 0.80 | 0 | 0.08 | 0.13 | 174.2 | 0.72 | 0.52 |
| Hex | 2D | DD | CC | 50 | 0 | 8 | D | AE | 48 | 34 |
| Octal | 55 | 335 | 314 | 120 | 0 | 10 | 15 | 256 | 110 | 64 |
| Binary | 101101 | 11011101 | 11001100 | 1010000 | 0 | 1000 | 1101 | 10101110 | 1001000 | 110100 |
Color Harmonies of #2DDDCC
Complementary color
Monochromatic Colors of #2DDDCC
Black with #2DDDCC
Text Example
Text Example
White with #2DDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDCC; }
p { color: rgb(45,221,204); }
H1.HeaderClassName
{
color: #2DDDCC;
}
.AnyTagClassName
{
color: #2DDDCC;
}
</style>
background-color css
<style>
a { background-color: #2DDDCC; }
a { background-color: rgb(45,221,204); }
div.DivClassName
{
background-color: #2DDDCC;
}
.BgClassName
{
background-color: #2DDDCC;
}
</style>
border-color css
<style>
span { border-color: #2DDDCC; }
span { border-color: rgb(45,221,204); }
td.TdClassName
{
border-color: #2DDDCC;
}
.TagClassName
{
border-color: #2DDDCC;
}
</style>