Shades of Turquoise #2DD7CB
Tints of Turquoise #2DD7CB
RGB
CMYK
RGB Variations
Color information
#2DD7CB (or 0x2DD7CB) is known color: Turquoise. HEX triplet: 2D, D7 and CB. RGB value is (45,215,203). Sum of RGB (Red+Green+Blue) = 45+215+203=463 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.72% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD7CB is #D22834. Grayscale: #A2A2A2. Windows color (decimal): -13772853 or 13358893. OLE color: 13358893.
HSL color Cylindrical-coordinate representation of color #2DD7CB: hue angle of 175.76º 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 #2DD7CB is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 203 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.16 |
| HSL | 175.76º | 0.68% | 0.51% | - |
| HSV(B) | 175.76º | 0.79% | 0.84% | - |
| XYZ | 36.16 | 53.47 | 64.91 | - |
| YUV | 162.8 | 150.68 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 203 | 0.79 | 0 | 0.06 | 0.16 | 175.76 | 0.68 | 0.51 |
| Hex | 2D | D7 | CB | 4F | 0 | 6 | 10 | B0 | 44 | 33 |
| Octal | 55 | 327 | 313 | 117 | 0 | 6 | 20 | 260 | 104 | 63 |
| Binary | 101101 | 11010111 | 11001011 | 1001111 | 0 | 110 | 10000 | 10110000 | 1000100 | 110011 |
Color Harmonies of #2DD7CB
Complementary color
Monochromatic Colors of #2DD7CB
Black with #2DD7CB
Text Example
Text Example
White with #2DD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD7CB; }
p { color: rgb(45,215,203); }
H1.HeaderClassName
{
color: #2DD7CB;
}
.AnyTagClassName
{
color: #2DD7CB;
}
</style>
background-color css
<style>
a { background-color: #2DD7CB; }
a { background-color: rgb(45,215,203); }
div.DivClassName
{
background-color: #2DD7CB;
}
.BgClassName
{
background-color: #2DD7CB;
}
</style>
border-color css
<style>
span { border-color: #2DD7CB; }
span { border-color: rgb(45,215,203); }
td.TdClassName
{
border-color: #2DD7CB;
}
.TagClassName
{
border-color: #2DD7CB;
}
</style>