Shades of Turquoise #2DDFCD
Tints of Turquoise #2DDFCD
RGB
CMYK
RGB Variations
Color information
#2DDFCD (or 0x2DDFCD) is known color: Turquoise. HEX triplet: 2D, DF and CD. RGB value is (45,223,205). Sum of RGB (Red+Green+Blue) = 45+223+205=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFCD is #D22032. Grayscale: #A7A7A7. Windows color (decimal): -13770803 or 13492013. OLE color: 13492013.
HSL color Cylindrical-coordinate representation of color #2DDFCD: hue angle of 173.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDFCD is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 205 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.13 |
| HSL | 173.93º | 0.74% | 0.53% | - |
| HSV(B) | 173.93º | 0.8% | 0.87% | - |
| XYZ | 38.49 | 57.74 | 66.87 | - |
| YUV | 167.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 205 | 0.80 | 0 | 0.08 | 0.13 | 173.93 | 0.74 | 0.53 |
| Hex | 2D | DF | CD | 50 | 0 | 8 | D | AE | 4A | 35 |
| Octal | 55 | 337 | 315 | 120 | 0 | 10 | 15 | 256 | 112 | 65 |
| Binary | 101101 | 11011111 | 11001101 | 1010000 | 0 | 1000 | 1101 | 10101110 | 1001010 | 110101 |
Color Harmonies of #2DDFCD
Complementary color
Monochromatic Colors of #2DDFCD
Black with #2DDFCD
Text Example
Text Example
White with #2DDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFCD; }
p { color: rgb(45,223,205); }
H1.HeaderClassName
{
color: #2DDFCD;
}
.AnyTagClassName
{
color: #2DDFCD;
}
</style>
background-color css
<style>
a { background-color: #2DDFCD; }
a { background-color: rgb(45,223,205); }
div.DivClassName
{
background-color: #2DDFCD;
}
.BgClassName
{
background-color: #2DDFCD;
}
</style>
border-color css
<style>
span { border-color: #2DDFCD; }
span { border-color: rgb(45,223,205); }
td.TdClassName
{
border-color: #2DDFCD;
}
.TagClassName
{
border-color: #2DDFCD;
}
</style>