Shades of Medium Turquoise #4DC8CD
Tints of Medium Turquoise #4DC8CD
RGB
CMYK
RGB Variations
Color information
#4DC8CD (or 0x4DC8CD) is known color: Medium Turquoise. HEX triplet: 4D, C8 and CD. RGB value is (77,200,205). Sum of RGB (Red+Green+Blue) = 77+200+205=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DC8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC8CD is #B23732. Grayscale: #A3A3A3. Windows color (decimal): -11679539 or 13486157. OLE color: 13486157.
HSL color Cylindrical-coordinate representation of color #4DC8CD: hue angle of 182.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC8CD is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 200 | 205 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.20 |
| HSL | 182.34º | 0.56% | 0.55% | - |
| HSV(B) | 182.34º | 0.62% | 0.8% | - |
| XYZ | 34.73 | 47.29 | 65.06 | - |
| YUV | 163.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 205 | 0.62 | 0.02 | 0 | 0.20 | 182.34 | 0.56 | 0.55 |
| Hex | 4D | C8 | CD | 3E | 2 | 0 | 14 | B6 | 38 | 37 |
| Octal | 115 | 310 | 315 | 76 | 2 | 0 | 24 | 266 | 70 | 67 |
| Binary | 1001101 | 11001000 | 11001101 | 111110 | 10 | 0 | 10100 | 10110110 | 111000 | 110111 |
Color Harmonies of #4DC8CD
Complementary color
Monochromatic Colors of #4DC8CD
Black with #4DC8CD
Text Example
Text Example
White with #4DC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8CD; }
p { color: rgb(77,200,205); }
H1.HeaderClassName
{
color: #4DC8CD;
}
.AnyTagClassName
{
color: #4DC8CD;
}
</style>
background-color css
<style>
a { background-color: #4DC8CD; }
a { background-color: rgb(77,200,205); }
div.DivClassName
{
background-color: #4DC8CD;
}
.BgClassName
{
background-color: #4DC8CD;
}
</style>
border-color css
<style>
span { border-color: #4DC8CD; }
span { border-color: rgb(77,200,205); }
td.TdClassName
{
border-color: #4DC8CD;
}
.TagClassName
{
border-color: #4DC8CD;
}
</style>