Shades of Medium Turquoise #4DC9CC
Tints of Medium Turquoise #4DC9CC
RGB
CMYK
RGB Variations
Color information
#4DC9CC (or 0x4DC9CC) is known color: Medium Turquoise. HEX triplet: 4D, C9 and CC. RGB value is (77,201,204). Sum of RGB (Red+Green+Blue) = 77+201+204=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DC9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC9CC is #B23633. Grayscale: #A4A4A4. Windows color (decimal): -11679284 or 13420877. OLE color: 13420877.
HSL color Cylindrical-coordinate representation of color #4DC9CC: hue angle of 181.42º degrees, saturation: 0.55, 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 #4DC9CC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 201 | 204 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.2 |
| HSL | 181.42º | 0.55% | 0.55% | - |
| HSV(B) | 181.42º | 0.62% | 0.8% | - |
| XYZ | 34.85 | 47.71 | 64.5 | - |
| YUV | 164.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 204 | 0.62 | 0.01 | 0 | 0.2 | 181.42 | 0.55 | 0.55 |
| Hex | 4D | C9 | CC | 3E | 1 | 0 | 14 | B5 | 37 | 37 |
| Octal | 115 | 311 | 314 | 76 | 1 | 0 | 24 | 265 | 67 | 67 |
| Binary | 1001101 | 11001001 | 11001100 | 111110 | 1 | 0 | 10100 | 10110101 | 110111 | 110111 |
Color Harmonies of #4DC9CC
Complementary color
Monochromatic Colors of #4DC9CC
Black with #4DC9CC
Text Example
Text Example
White with #4DC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC9CC; }
p { color: rgb(77,201,204); }
H1.HeaderClassName
{
color: #4DC9CC;
}
.AnyTagClassName
{
color: #4DC9CC;
}
</style>
background-color css
<style>
a { background-color: #4DC9CC; }
a { background-color: rgb(77,201,204); }
div.DivClassName
{
background-color: #4DC9CC;
}
.BgClassName
{
background-color: #4DC9CC;
}
</style>
border-color css
<style>
span { border-color: #4DC9CC; }
span { border-color: rgb(77,201,204); }
td.TdClassName
{
border-color: #4DC9CC;
}
.TagClassName
{
border-color: #4DC9CC;
}
</style>