Shades of Turquoise #2DD7CA
Tints of Turquoise #2DD7CA
RGB
CMYK
RGB Variations
Color information
#2DD7CA (or 0x2DD7CA) is known color: Turquoise. HEX triplet: 2D, D7 and CA. RGB value is (45,215,202). Sum of RGB (Red+Green+Blue) = 45+215+202=462 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.74% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD7CA is #D22835. Grayscale: #A2A2A2. Windows color (decimal): -13772854 or 13293357. OLE color: 13293357.
HSL color Cylindrical-coordinate representation of color #2DD7CA: hue angle of 175.41º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD7CA is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 202 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.16 |
| HSL | 175.41º | 0.68% | 0.51% | - |
| HSV(B) | 175.41º | 0.79% | 0.84% | - |
| XYZ | 36.04 | 53.42 | 64.29 | - |
| YUV | 162.69 | 150.18 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 202 | 0.79 | 0 | 0.06 | 0.16 | 175.41 | 0.68 | 0.51 |
| Hex | 2D | D7 | CA | 4F | 0 | 6 | 10 | AF | 44 | 33 |
| Octal | 55 | 327 | 312 | 117 | 0 | 6 | 20 | 257 | 104 | 63 |
| Binary | 101101 | 11010111 | 11001010 | 1001111 | 0 | 110 | 10000 | 10101111 | 1000100 | 110011 |
Color Harmonies of #2DD7CA
Complementary color
Monochromatic Colors of #2DD7CA
Black with #2DD7CA
Text Example
Text Example
White with #2DD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD7CA; }
p { color: rgb(45,215,202); }
H1.HeaderClassName
{
color: #2DD7CA;
}
.AnyTagClassName
{
color: #2DD7CA;
}
</style>
background-color css
<style>
a { background-color: #2DD7CA; }
a { background-color: rgb(45,215,202); }
div.DivClassName
{
background-color: #2DD7CA;
}
.BgClassName
{
background-color: #2DD7CA;
}
</style>
border-color css
<style>
span { border-color: #2DD7CA; }
span { border-color: rgb(45,215,202); }
td.TdClassName
{
border-color: #2DD7CA;
}
.TagClassName
{
border-color: #2DD7CA;
}
</style>