Shades of Turquoise #2DDFDD
Tints of Turquoise #2DDFDD
RGB
CMYK
RGB Variations
Color information
#2DDFDD (or 0x2DDFDD) is known color: Turquoise. HEX triplet: 2D, DF and DD. RGB value is (45,223,221). Sum of RGB (Red+Green+Blue) = 45+223+221=489 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.20% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFDD is #D22022. Grayscale: #A9A9A9. Windows color (decimal): -13770787 or 14540589. OLE color: 14540589.
HSL color Cylindrical-coordinate representation of color #2DDFDD: hue angle of 179.33º 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 #2DDFDD is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 221 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.13 |
| HSL | 179.33º | 0.74% | 0.53% | - |
| HSV(B) | 179.33º | 0.8% | 0.87% | - |
| XYZ | 40.52 | 58.55 | 77.57 | - |
| YUV | 169.55 | 157.03 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 221 | 0.80 | 0 | 0.01 | 0.13 | 179.33 | 0.74 | 0.53 |
| Hex | 2D | DF | DD | 50 | 0 | 1 | D | B3 | 4A | 35 |
| Octal | 55 | 337 | 335 | 120 | 0 | 1 | 15 | 263 | 112 | 65 |
| Binary | 101101 | 11011111 | 11011101 | 1010000 | 0 | 1 | 1101 | 10110011 | 1001010 | 110101 |
Color Harmonies of #2DDFDD
Complementary color
Monochromatic Colors of #2DDFDD
Black with #2DDFDD
Text Example
Text Example
White with #2DDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFDD; }
p { color: rgb(45,223,221); }
H1.HeaderClassName
{
color: #2DDFDD;
}
.AnyTagClassName
{
color: #2DDFDD;
}
</style>
background-color css
<style>
a { background-color: #2DDFDD; }
a { background-color: rgb(45,223,221); }
div.DivClassName
{
background-color: #2DDFDD;
}
.BgClassName
{
background-color: #2DDFDD;
}
</style>
border-color css
<style>
span { border-color: #2DDFDD; }
span { border-color: rgb(45,223,221); }
td.TdClassName
{
border-color: #2DDFDD;
}
.TagClassName
{
border-color: #2DDFDD;
}
</style>