Shades of Medium Turquoise #2DCEC1
Tints of Medium Turquoise #2DCEC1
RGB
CMYK
RGB Variations
Color information
#2DCEC1 (or 0x2DCEC1) is known color: Medium Turquoise. HEX triplet: 2D, CE and C1. RGB value is (45,206,193). Sum of RGB (Red+Green+Blue) = 45+206+193=444 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.14% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCEC1 is #D2313E. Grayscale: #9C9C9C. Windows color (decimal): -13775167 or 12701229. OLE color: 12701229.
HSL color Cylindrical-coordinate representation of color #2DCEC1: hue angle of 175.16º 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 #2DCEC1 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 193 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.19 |
| HSL | 175.16º | 0.64% | 0.49% | - |
| HSV(B) | 175.16º | 0.78% | 0.81% | - |
| XYZ | 32.78 | 48.55 | 58.1 | - |
| YUV | 156.38 | 148.66 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 193 | 0.78 | 0 | 0.06 | 0.19 | 175.16 | 0.64 | 0.49 |
| Hex | 2D | CE | C1 | 4E | 0 | 6 | 13 | AF | 40 | 31 |
| Octal | 55 | 316 | 301 | 116 | 0 | 6 | 23 | 257 | 100 | 61 |
| Binary | 101101 | 11001110 | 11000001 | 1001110 | 0 | 110 | 10011 | 10101111 | 1000000 | 110001 |
Color Harmonies of #2DCEC1
Complementary color
Monochromatic Colors of #2DCEC1
Black with #2DCEC1
Text Example
Text Example
White with #2DCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCEC1; }
p { color: rgb(45,206,193); }
H1.HeaderClassName
{
color: #2DCEC1;
}
.AnyTagClassName
{
color: #2DCEC1;
}
</style>
background-color css
<style>
a { background-color: #2DCEC1; }
a { background-color: rgb(45,206,193); }
div.DivClassName
{
background-color: #2DCEC1;
}
.BgClassName
{
background-color: #2DCEC1;
}
</style>
border-color css
<style>
span { border-color: #2DCEC1; }
span { border-color: rgb(45,206,193); }
td.TdClassName
{
border-color: #2DCEC1;
}
.TagClassName
{
border-color: #2DCEC1;
}
</style>