Shades of Turquoise #2DDFDC
Tints of Turquoise #2DDFDC
RGB
CMYK
RGB Variations
Color information
#2DDFDC (or 0x2DDFDC) is known color: Turquoise. HEX triplet: 2D, DF and DC. RGB value is (45,223,220). Sum of RGB (Red+Green+Blue) = 45+223+220=488 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.22% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFDC is #D22023. Grayscale: #A9A9A9. Windows color (decimal): -13770788 or 14475053. OLE color: 14475053.
HSL color Cylindrical-coordinate representation of color #2DDFDC: hue angle of 178.99º 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 #2DDFDC is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 220 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.13 |
| HSL | 178.99º | 0.74% | 0.53% | - |
| HSV(B) | 178.99º | 0.8% | 0.87% | - |
| XYZ | 40.39 | 58.5 | 76.87 | - |
| YUV | 169.44 | 156.53 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 220 | 0.80 | 0 | 0.01 | 0.13 | 178.99 | 0.74 | 0.53 |
| Hex | 2D | DF | DC | 50 | 0 | 1 | D | B3 | 4A | 35 |
| Octal | 55 | 337 | 334 | 120 | 0 | 1 | 15 | 263 | 112 | 65 |
| Binary | 101101 | 11011111 | 11011100 | 1010000 | 0 | 1 | 1101 | 10110011 | 1001010 | 110101 |
Color Harmonies of #2DDFDC
Complementary color
Monochromatic Colors of #2DDFDC
Black with #2DDFDC
Text Example
Text Example
White with #2DDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFDC; }
p { color: rgb(45,223,220); }
H1.HeaderClassName
{
color: #2DDFDC;
}
.AnyTagClassName
{
color: #2DDFDC;
}
</style>
background-color css
<style>
a { background-color: #2DDFDC; }
a { background-color: rgb(45,223,220); }
div.DivClassName
{
background-color: #2DDFDC;
}
.BgClassName
{
background-color: #2DDFDC;
}
</style>
border-color css
<style>
span { border-color: #2DDFDC; }
span { border-color: rgb(45,223,220); }
td.TdClassName
{
border-color: #2DDFDC;
}
.TagClassName
{
border-color: #2DDFDC;
}
</style>