Shades of Medium Turquoise #2DCDD5
Tints of Medium Turquoise #2DCDD5
RGB
CMYK
RGB Variations
Color information
#2DCDD5 (or 0x2DCDD5) is known color: Medium Turquoise. HEX triplet: 2D, CD and D5. RGB value is (45,205,213). Sum of RGB (Red+Green+Blue) = 45+205+213=463 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.72% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #2DCDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCDD5 is #D2322A. Grayscale: #9D9D9D. Windows color (decimal): -13775403 or 14011693. OLE color: 14011693.
HSL color Cylindrical-coordinate representation of color #2DCDD5: hue angle of 182.86º degrees, saturation: 0.67, 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 #2DCDD5 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 205 | 213 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.16 |
| HSL | 182.86º | 0.67% | 0.51% | - |
| HSV(B) | 182.86º | 0.79% | 0.84% | - |
| XYZ | 34.92 | 49.02 | 70.57 | - |
| YUV | 158.07 | 158.99 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 213 | 0.79 | 0.04 | 0 | 0.16 | 182.86 | 0.67 | 0.51 |
| Hex | 2D | CD | D5 | 4F | 4 | 0 | 10 | B7 | 43 | 33 |
| Octal | 55 | 315 | 325 | 117 | 4 | 0 | 20 | 267 | 103 | 63 |
| Binary | 101101 | 11001101 | 11010101 | 1001111 | 100 | 0 | 10000 | 10110111 | 1000011 | 110011 |
Color Harmonies of #2DCDD5
Complementary color
Monochromatic Colors of #2DCDD5
Black with #2DCDD5
Text Example
Text Example
White with #2DCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDD5; }
p { color: rgb(45,205,213); }
H1.HeaderClassName
{
color: #2DCDD5;
}
.AnyTagClassName
{
color: #2DCDD5;
}
</style>
background-color css
<style>
a { background-color: #2DCDD5; }
a { background-color: rgb(45,205,213); }
div.DivClassName
{
background-color: #2DCDD5;
}
.BgClassName
{
background-color: #2DCDD5;
}
</style>
border-color css
<style>
span { border-color: #2DCDD5; }
span { border-color: rgb(45,205,213); }
td.TdClassName
{
border-color: #2DCDD5;
}
.TagClassName
{
border-color: #2DCDD5;
}
</style>