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