Shades of Turquoise #2DDDCA
Tints of Turquoise #2DDDCA
RGB
CMYK
RGB Variations
Color information
#2DDDCA (or 0x2DDDCA) is known color: Turquoise. HEX triplet: 2D, DD and CA. RGB value is (45,221,202). Sum of RGB (Red+Green+Blue) = 45+221+202=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDCA is #D22235. Grayscale: #A6A6A6. Windows color (decimal): -13771318 or 13294893. OLE color: 13294893.
HSL color Cylindrical-coordinate representation of color #2DDDCA: hue angle of 173.52º 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 #2DDDCA is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 202 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.13 |
| HSL | 173.52º | 0.72% | 0.52% | - |
| HSV(B) | 173.52º | 0.8% | 0.87% | - |
| XYZ | 37.6 | 56.54 | 64.81 | - |
| YUV | 166.21 | 148.19 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 202 | 0.80 | 0 | 0.09 | 0.13 | 173.52 | 0.72 | 0.52 |
| Hex | 2D | DD | CA | 50 | 0 | 9 | D | AE | 48 | 34 |
| Octal | 55 | 335 | 312 | 120 | 0 | 11 | 15 | 256 | 110 | 64 |
| Binary | 101101 | 11011101 | 11001010 | 1010000 | 0 | 1001 | 1101 | 10101110 | 1001000 | 110100 |
Color Harmonies of #2DDDCA
Complementary color
Monochromatic Colors of #2DDDCA
Black with #2DDDCA
Text Example
Text Example
White with #2DDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDCA; }
p { color: rgb(45,221,202); }
H1.HeaderClassName
{
color: #2DDDCA;
}
.AnyTagClassName
{
color: #2DDDCA;
}
</style>
background-color css
<style>
a { background-color: #2DDDCA; }
a { background-color: rgb(45,221,202); }
div.DivClassName
{
background-color: #2DDDCA;
}
.BgClassName
{
background-color: #2DDDCA;
}
</style>
border-color css
<style>
span { border-color: #2DDDCA; }
span { border-color: rgb(45,221,202); }
td.TdClassName
{
border-color: #2DDDCA;
}
.TagClassName
{
border-color: #2DDDCA;
}
</style>