Shades of Medium Turquoise #4DCCCD
Tints of Medium Turquoise #4DCCCD
RGB
CMYK
RGB Variations
Color information
#4DCCCD (or 0x4DCCCD) is known color: Medium Turquoise. HEX triplet: 4D, CC and CD. RGB value is (77,204,205). Sum of RGB (Red+Green+Blue) = 77+204+205=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCCD is #B23332. Grayscale: #A6A6A6. Windows color (decimal): -11678515 or 13487181. OLE color: 13487181.
HSL color Cylindrical-coordinate representation of color #4DCCCD: hue angle of 180.47º 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 #4DCCCD is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 204 | 205 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.20 |
| HSL | 180.47º | 0.56% | 0.55% | - |
| HSV(B) | 180.47º | 0.62% | 0.8% | - |
| XYZ | 35.67 | 49.17 | 65.37 | - |
| YUV | 166.14 | 149.92 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 205 | 0.62 | 0.00 | 0 | 0.20 | 180.47 | 0.56 | 0.55 |
| Hex | 4D | CC | CD | 3E | 0 | 0 | 14 | B4 | 38 | 37 |
| Octal | 115 | 314 | 315 | 76 | 0 | 0 | 24 | 264 | 70 | 67 |
| Binary | 1001101 | 11001100 | 11001101 | 111110 | 0 | 0 | 10100 | 10110100 | 111000 | 110111 |
Color Harmonies of #4DCCCD
Complementary color
Monochromatic Colors of #4DCCCD
Black with #4DCCCD
Text Example
Text Example
White with #4DCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCCD; }
p { color: rgb(77,204,205); }
H1.HeaderClassName
{
color: #4DCCCD;
}
.AnyTagClassName
{
color: #4DCCCD;
}
</style>
background-color css
<style>
a { background-color: #4DCCCD; }
a { background-color: rgb(77,204,205); }
div.DivClassName
{
background-color: #4DCCCD;
}
.BgClassName
{
background-color: #4DCCCD;
}
</style>
border-color css
<style>
span { border-color: #4DCCCD; }
span { border-color: rgb(77,204,205); }
td.TdClassName
{
border-color: #4DCCCD;
}
.TagClassName
{
border-color: #4DCCCD;
}
</style>