Shades of Medium Turquoise #2DCEC9
Tints of Medium Turquoise #2DCEC9
RGB
CMYK
RGB Variations
Color information
#2DCEC9 (or 0x2DCEC9) is known color: Medium Turquoise. HEX triplet: 2D, CE and C9. RGB value is (45,206,201). Sum of RGB (Red+Green+Blue) = 45+206+201=452 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.96% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCEC9 is #D23136. Grayscale: #9D9D9D. Windows color (decimal): -13775159 or 13225517. OLE color: 13225517.
HSL color Cylindrical-coordinate representation of color #2DCEC9: hue angle of 178.14º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCEC9 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 201 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.19 |
| HSL | 178.14º | 0.64% | 0.49% | - |
| HSV(B) | 178.14º | 0.78% | 0.81% | - |
| XYZ | 33.7 | 48.92 | 62.92 | - |
| YUV | 157.29 | 152.66 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 201 | 0.78 | 0 | 0.02 | 0.19 | 178.14 | 0.64 | 0.49 |
| Hex | 2D | CE | C9 | 4E | 0 | 2 | 13 | B2 | 40 | 31 |
| Octal | 55 | 316 | 311 | 116 | 0 | 2 | 23 | 262 | 100 | 61 |
| Binary | 101101 | 11001110 | 11001001 | 1001110 | 0 | 10 | 10011 | 10110010 | 1000000 | 110001 |
Color Harmonies of #2DCEC9
Complementary color
Monochromatic Colors of #2DCEC9
Black with #2DCEC9
Text Example
Text Example
White with #2DCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCEC9; }
p { color: rgb(45,206,201); }
H1.HeaderClassName
{
color: #2DCEC9;
}
.AnyTagClassName
{
color: #2DCEC9;
}
</style>
background-color css
<style>
a { background-color: #2DCEC9; }
a { background-color: rgb(45,206,201); }
div.DivClassName
{
background-color: #2DCEC9;
}
.BgClassName
{
background-color: #2DCEC9;
}
</style>
border-color css
<style>
span { border-color: #2DCEC9; }
span { border-color: rgb(45,206,201); }
td.TdClassName
{
border-color: #2DCEC9;
}
.TagClassName
{
border-color: #2DCEC9;
}
</style>