Shades of Turquoise #2DDCCC
Tints of Turquoise #2DDCCC
RGB
CMYK
RGB Variations
Color information
#2DDCCC (or 0x2DDCCC) is known color: Turquoise. HEX triplet: 2D, DC and CC. RGB value is (45,220,204). Sum of RGB (Red+Green+Blue) = 45+220+204=469 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.59% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDCCC is #D22333. Grayscale: #A5A5A5. Windows color (decimal): -13771572 or 13425709. OLE color: 13425709.
HSL color Cylindrical-coordinate representation of color #2DDCCC: hue angle of 174.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDCCC is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 204 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.14 |
| HSL | 174.51º | 0.71% | 0.52% | - |
| HSV(B) | 174.51º | 0.8% | 0.86% | - |
| XYZ | 37.57 | 56.1 | 65.98 | - |
| YUV | 165.85 | 149.52 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 204 | 0.80 | 0 | 0.07 | 0.14 | 174.51 | 0.71 | 0.52 |
| Hex | 2D | DC | CC | 50 | 0 | 7 | E | AF | 47 | 34 |
| Octal | 55 | 334 | 314 | 120 | 0 | 7 | 16 | 257 | 107 | 64 |
| Binary | 101101 | 11011100 | 11001100 | 1010000 | 0 | 111 | 1110 | 10101111 | 1000111 | 110100 |
Color Harmonies of #2DDCCC
Complementary color
Monochromatic Colors of #2DDCCC
Black with #2DDCCC
Text Example
Text Example
White with #2DDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCCC; }
p { color: rgb(45,220,204); }
H1.HeaderClassName
{
color: #2DDCCC;
}
.AnyTagClassName
{
color: #2DDCCC;
}
</style>
background-color css
<style>
a { background-color: #2DDCCC; }
a { background-color: rgb(45,220,204); }
div.DivClassName
{
background-color: #2DDCCC;
}
.BgClassName
{
background-color: #2DDCCC;
}
</style>
border-color css
<style>
span { border-color: #2DDCCC; }
span { border-color: rgb(45,220,204); }
td.TdClassName
{
border-color: #2DDCCC;
}
.TagClassName
{
border-color: #2DDCCC;
}
</style>