Shades of Turquoise #2DE8CA
Tints of Turquoise #2DE8CA
RGB
CMYK
RGB Variations
Color information
#2DE8CA (or 0x2DE8CA) is known color: Turquoise. HEX triplet: 2D, E8 and CA. RGB value is (45,232,202). Sum of RGB (Red+Green+Blue) = 45+232+202=479 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.39% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DE8CA is #D21735. Grayscale: #ACACAC. Windows color (decimal): -13768502 or 13297709. OLE color: 13297709.
HSL color Cylindrical-coordinate representation of color #2DE8CA: hue angle of 170.37º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE8CA is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 232 | 202 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.09 |
| HSL | 170.37º | 0.8% | 0.54% | - |
| HSV(B) | 170.37º | 0.81% | 0.91% | - |
| XYZ | 40.6 | 62.54 | 65.81 | - |
| YUV | 172.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 232 | 202 | 0.81 | 0 | 0.13 | 0.09 | 170.37 | 0.8 | 0.54 |
| Hex | 2D | E8 | CA | 51 | 0 | D | 9 | AA | 50 | 36 |
| Octal | 55 | 350 | 312 | 121 | 0 | 15 | 11 | 252 | 120 | 66 |
| Binary | 101101 | 11101000 | 11001010 | 1010001 | 0 | 1101 | 1001 | 10101010 | 1010000 | 110110 |
Color Harmonies of #2DE8CA
Complementary color
Monochromatic Colors of #2DE8CA
Black with #2DE8CA
Text Example
Text Example
White with #2DE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE8CA; }
p { color: rgb(45,232,202); }
H1.HeaderClassName
{
color: #2DE8CA;
}
.AnyTagClassName
{
color: #2DE8CA;
}
</style>
background-color css
<style>
a { background-color: #2DE8CA; }
a { background-color: rgb(45,232,202); }
div.DivClassName
{
background-color: #2DE8CA;
}
.BgClassName
{
background-color: #2DE8CA;
}
</style>
border-color css
<style>
span { border-color: #2DE8CA; }
span { border-color: rgb(45,232,202); }
td.TdClassName
{
border-color: #2DE8CA;
}
.TagClassName
{
border-color: #2DE8CA;
}
</style>