Shades of Turquoise #2DEACD
Tints of Turquoise #2DEACD
RGB
CMYK
RGB Variations
Color information
#2DEACD (or 0x2DEACD) is known color: Turquoise. HEX triplet: 2D, EA and CD. RGB value is (45,234,205). Sum of RGB (Red+Green+Blue) = 45+234+205=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEACD is #D21532. Grayscale: #AEAEAE. Windows color (decimal): -13767987 or 13494829. OLE color: 13494829.
HSL color Cylindrical-coordinate representation of color #2DEACD: hue angle of 170.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEACD is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 205 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.08 |
| HSL | 170.79º | 0.82% | 0.55% | - |
| HSV(B) | 170.79º | 0.81% | 0.92% | - |
| XYZ | 41.52 | 63.81 | 67.89 | - |
| YUV | 174.18 | 145.38 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 205 | 0.81 | 0 | 0.12 | 0.08 | 170.79 | 0.82 | 0.55 |
| Hex | 2D | EA | CD | 51 | 0 | C | 8 | AB | 52 | 37 |
| Octal | 55 | 352 | 315 | 121 | 0 | 14 | 10 | 253 | 122 | 67 |
| Binary | 101101 | 11101010 | 11001101 | 1010001 | 0 | 1100 | 1000 | 10101011 | 1010010 | 110111 |
Color Harmonies of #2DEACD
Complementary color
Monochromatic Colors of #2DEACD
Black with #2DEACD
Text Example
Text Example
White with #2DEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEACD; }
p { color: rgb(45,234,205); }
H1.HeaderClassName
{
color: #2DEACD;
}
.AnyTagClassName
{
color: #2DEACD;
}
</style>
background-color css
<style>
a { background-color: #2DEACD; }
a { background-color: rgb(45,234,205); }
div.DivClassName
{
background-color: #2DEACD;
}
.BgClassName
{
background-color: #2DEACD;
}
</style>
border-color css
<style>
span { border-color: #2DEACD; }
span { border-color: rgb(45,234,205); }
td.TdClassName
{
border-color: #2DEACD;
}
.TagClassName
{
border-color: #2DEACD;
}
</style>