Shades of Medium Turquoise #2DCCD5
Tints of Medium Turquoise #2DCCD5
RGB
CMYK
RGB Variations
Color information
#2DCCD5 (or 0x2DCCD5) is known color: Medium Turquoise. HEX triplet: 2D, CC and D5. RGB value is (45,204,213). Sum of RGB (Red+Green+Blue) = 45+204+213=462 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.74% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #2DCCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCD5 is #D2332A. Grayscale: #9D9D9D. Windows color (decimal): -13775659 or 14011437. OLE color: 14011437.
HSL color Cylindrical-coordinate representation of color #2DCCD5: hue angle of 183.21º 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 #2DCCD5 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 204 | 213 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.16 |
| HSL | 183.21º | 0.67% | 0.51% | - |
| HSV(B) | 183.21º | 0.79% | 0.84% | - |
| XYZ | 34.69 | 48.55 | 70.49 | - |
| YUV | 157.49 | 159.32 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 213 | 0.79 | 0.04 | 0 | 0.16 | 183.21 | 0.67 | 0.51 |
| Hex | 2D | CC | D5 | 4F | 4 | 0 | 10 | B7 | 43 | 33 |
| Octal | 55 | 314 | 325 | 117 | 4 | 0 | 20 | 267 | 103 | 63 |
| Binary | 101101 | 11001100 | 11010101 | 1001111 | 100 | 0 | 10000 | 10110111 | 1000011 | 110011 |
Color Harmonies of #2DCCD5
Complementary color
Monochromatic Colors of #2DCCD5
Black with #2DCCD5
Text Example
Text Example
White with #2DCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCD5; }
p { color: rgb(45,204,213); }
H1.HeaderClassName
{
color: #2DCCD5;
}
.AnyTagClassName
{
color: #2DCCD5;
}
</style>
background-color css
<style>
a { background-color: #2DCCD5; }
a { background-color: rgb(45,204,213); }
div.DivClassName
{
background-color: #2DCCD5;
}
.BgClassName
{
background-color: #2DCCD5;
}
</style>
border-color css
<style>
span { border-color: #2DCCD5; }
span { border-color: rgb(45,204,213); }
td.TdClassName
{
border-color: #2DCCD5;
}
.TagClassName
{
border-color: #2DCCD5;
}
</style>