Shades of Medium Turquoise #4DCECE
Tints of Medium Turquoise #4DCECE
RGB
CMYK
RGB Variations
Color information
#4DCECE (or 0x4DCECE) is known color: Medium Turquoise. HEX triplet: 4D, CE and CE. RGB value is (77,206,206). Sum of RGB (Red+Green+Blue) = 77+206+206=489 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.75% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #4DCECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCECE is #B23131. Grayscale: #A7A7A7. Windows color (decimal): -11678002 or 13553229. OLE color: 13553229.
HSL color Cylindrical-coordinate representation of color #4DCECE: hue angle of 180º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCECE is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 206 | - |
| CMYK | 0.63 | 0 | 0 | 0.19 |
| HSL | 180º | 0.57% | 0.55% | - |
| HSV(B) | 180º | 0.63% | 0.81% | - |
| XYZ | 36.27 | 50.18 | 66.17 | - |
| YUV | 167.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 206 | 0.63 | 0 | 0 | 0.19 | 180 | 0.57 | 0.55 |
| Hex | 4D | CE | CE | 3F | 0 | 0 | 13 | B4 | 39 | 37 |
| Octal | 115 | 316 | 316 | 77 | 0 | 0 | 23 | 264 | 71 | 67 |
| Binary | 1001101 | 11001110 | 11001110 | 111111 | 0 | 0 | 10011 | 10110100 | 111001 | 110111 |
Color Harmonies of #4DCECE
Complementary color
Monochromatic Colors of #4DCECE
Black with #4DCECE
Text Example
Text Example
White with #4DCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCECE; }
p { color: rgb(77,206,206); }
H1.HeaderClassName
{
color: #4DCECE;
}
.AnyTagClassName
{
color: #4DCECE;
}
</style>
background-color css
<style>
a { background-color: #4DCECE; }
a { background-color: rgb(77,206,206); }
div.DivClassName
{
background-color: #4DCECE;
}
.BgClassName
{
background-color: #4DCECE;
}
</style>
border-color css
<style>
span { border-color: #4DCECE; }
span { border-color: rgb(77,206,206); }
td.TdClassName
{
border-color: #4DCECE;
}
.TagClassName
{
border-color: #4DCECE;
}
</style>