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