Shades of Medium Turquoise #2DCDCE
Tints of Medium Turquoise #2DCDCE
RGB
CMYK
RGB Variations
Color information
#2DCDCE (or 0x2DCDCE) is known color: Medium Turquoise. HEX triplet: 2D, CD and CE. RGB value is (45,205,206). Sum of RGB (Red+Green+Blue) = 45+205+206=456 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.87% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DCDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCDCE is #D23231. Grayscale: #9D9D9D. Windows color (decimal): -13775410 or 13552941. OLE color: 13552941.
HSL color Cylindrical-coordinate representation of color #2DCDCE: hue angle of 180.37º 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 #2DCDCE is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 205 | 206 | - |
| CMYK | 0.78 | 0.00 | 0 | 0.19 |
| HSL | 180.37º | 0.64% | 0.49% | - |
| HSV(B) | 180.37º | 0.78% | 0.81% | - |
| XYZ | 34.05 | 48.68 | 65.99 | - |
| YUV | 157.27 | 155.49 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 206 | 0.78 | 0.00 | 0 | 0.19 | 180.37 | 0.64 | 0.49 |
| Hex | 2D | CD | CE | 4E | 0 | 0 | 13 | B4 | 40 | 31 |
| Octal | 55 | 315 | 316 | 116 | 0 | 0 | 23 | 264 | 100 | 61 |
| Binary | 101101 | 11001101 | 11001110 | 1001110 | 0 | 0 | 10011 | 10110100 | 1000000 | 110001 |
Color Harmonies of #2DCDCE
Complementary color
Monochromatic Colors of #2DCDCE
Black with #2DCDCE
Text Example
Text Example
White with #2DCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDCE; }
p { color: rgb(45,205,206); }
H1.HeaderClassName
{
color: #2DCDCE;
}
.AnyTagClassName
{
color: #2DCDCE;
}
</style>
background-color css
<style>
a { background-color: #2DCDCE; }
a { background-color: rgb(45,205,206); }
div.DivClassName
{
background-color: #2DCDCE;
}
.BgClassName
{
background-color: #2DCDCE;
}
</style>
border-color css
<style>
span { border-color: #2DCDCE; }
span { border-color: rgb(45,205,206); }
td.TdClassName
{
border-color: #2DCDCE;
}
.TagClassName
{
border-color: #2DCDCE;
}
</style>