Shades of Turquoise #2DDFDE
Tints of Turquoise #2DDFDE
RGB
CMYK
RGB Variations
Color information
#2DDFDE (or 0x2DDFDE) is known color: Turquoise. HEX triplet: 2D, DF and DE. RGB value is (45,223,222). Sum of RGB (Red+Green+Blue) = 45+223+222=490 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.18% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDFDE is #D22021. Grayscale: #A9A9A9. Windows color (decimal): -13770786 or 14606125. OLE color: 14606125.
HSL color Cylindrical-coordinate representation of color #2DDFDE: hue angle of 179.66º 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 #2DDFDE is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 222 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.13 |
| HSL | 179.66º | 0.74% | 0.53% | - |
| HSV(B) | 179.66º | 0.8% | 0.87% | - |
| XYZ | 40.65 | 58.61 | 78.28 | - |
| YUV | 169.66 | 157.53 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 222 | 0.80 | 0 | 0.00 | 0.13 | 179.66 | 0.74 | 0.53 |
| Hex | 2D | DF | DE | 50 | 0 | 0 | D | B4 | 4A | 35 |
| Octal | 55 | 337 | 336 | 120 | 0 | 0 | 15 | 264 | 112 | 65 |
| Binary | 101101 | 11011111 | 11011110 | 1010000 | 0 | 0 | 1101 | 10110100 | 1001010 | 110101 |
Color Harmonies of #2DDFDE
Complementary color
Monochromatic Colors of #2DDFDE
Black with #2DDFDE
Text Example
Text Example
White with #2DDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFDE; }
p { color: rgb(45,223,222); }
H1.HeaderClassName
{
color: #2DDFDE;
}
.AnyTagClassName
{
color: #2DDFDE;
}
</style>
background-color css
<style>
a { background-color: #2DDFDE; }
a { background-color: rgb(45,223,222); }
div.DivClassName
{
background-color: #2DDFDE;
}
.BgClassName
{
background-color: #2DDFDE;
}
</style>
border-color css
<style>
span { border-color: #2DDFDE; }
span { border-color: rgb(45,223,222); }
td.TdClassName
{
border-color: #2DDFDE;
}
.TagClassName
{
border-color: #2DDFDE;
}
</style>