Shades of Turquoise #2DD9DE
Tints of Turquoise #2DD9DE
RGB
CMYK
RGB Variations
Color information
#2DD9DE (or 0x2DD9DE) is known color: Turquoise. HEX triplet: 2D, D9 and DE. RGB value is (45,217,222). Sum of RGB (Red+Green+Blue) = 45+217+222=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #2DD9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD9DE is #D22621. Grayscale: #A5A5A5. Windows color (decimal): -13772322 or 14604589. OLE color: 14604589.
HSL color Cylindrical-coordinate representation of color #2DD9DE: hue angle of 181.69º degrees, saturation: 0.73, 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 #2DD9DE is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 217 | 222 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.13 |
| HSL | 181.69º | 0.73% | 0.52% | - |
| HSV(B) | 181.69º | 0.8% | 0.87% | - |
| XYZ | 39.08 | 55.46 | 77.75 | - |
| YUV | 166.14 | 159.52 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 222 | 0.80 | 0.02 | 0 | 0.13 | 181.69 | 0.73 | 0.52 |
| Hex | 2D | D9 | DE | 50 | 2 | 0 | D | B6 | 49 | 34 |
| Octal | 55 | 331 | 336 | 120 | 2 | 0 | 15 | 266 | 111 | 64 |
| Binary | 101101 | 11011001 | 11011110 | 1010000 | 10 | 0 | 1101 | 10110110 | 1001001 | 110100 |
Color Harmonies of #2DD9DE
Complementary color
Monochromatic Colors of #2DD9DE
Black with #2DD9DE
Text Example
Text Example
White with #2DD9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD9DE; }
p { color: rgb(45,217,222); }
H1.HeaderClassName
{
color: #2DD9DE;
}
.AnyTagClassName
{
color: #2DD9DE;
}
</style>
background-color css
<style>
a { background-color: #2DD9DE; }
a { background-color: rgb(45,217,222); }
div.DivClassName
{
background-color: #2DD9DE;
}
.BgClassName
{
background-color: #2DD9DE;
}
</style>
border-color css
<style>
span { border-color: #2DD9DE; }
span { border-color: rgb(45,217,222); }
td.TdClassName
{
border-color: #2DD9DE;
}
.TagClassName
{
border-color: #2DD9DE;
}
</style>