Shades of Turquoise #2DDACD
Tints of Turquoise #2DDACD
RGB
CMYK
RGB Variations
Color information
#2DDACD (or 0x2DDACD) is known color: Turquoise. HEX triplet: 2D, DA and CD. RGB value is (45,218,205). Sum of RGB (Red+Green+Blue) = 45+218+205=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDACD is #D22532. Grayscale: #A4A4A4. Windows color (decimal): -13772083 or 13490733. OLE color: 13490733.
HSL color Cylindrical-coordinate representation of color #2DDACD: hue angle of 175.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDACD is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 205 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.15 |
| HSL | 175.49º | 0.7% | 0.52% | - |
| HSV(B) | 175.49º | 0.79% | 0.85% | - |
| XYZ | 37.17 | 55.11 | 66.44 | - |
| YUV | 164.79 | 150.69 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 205 | 0.79 | 0 | 0.06 | 0.15 | 175.49 | 0.7 | 0.52 |
| Hex | 2D | DA | CD | 4F | 0 | 6 | F | AF | 46 | 34 |
| Octal | 55 | 332 | 315 | 117 | 0 | 6 | 17 | 257 | 106 | 64 |
| Binary | 101101 | 11011010 | 11001101 | 1001111 | 0 | 110 | 1111 | 10101111 | 1000110 | 110100 |
Color Harmonies of #2DDACD
Complementary color
Monochromatic Colors of #2DDACD
Black with #2DDACD
Text Example
Text Example
White with #2DDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDACD; }
p { color: rgb(45,218,205); }
H1.HeaderClassName
{
color: #2DDACD;
}
.AnyTagClassName
{
color: #2DDACD;
}
</style>
background-color css
<style>
a { background-color: #2DDACD; }
a { background-color: rgb(45,218,205); }
div.DivClassName
{
background-color: #2DDACD;
}
.BgClassName
{
background-color: #2DDACD;
}
</style>
border-color css
<style>
span { border-color: #2DDACD; }
span { border-color: rgb(45,218,205); }
td.TdClassName
{
border-color: #2DDACD;
}
.TagClassName
{
border-color: #2DDACD;
}
</style>