Shades of Medium Turquoise #4DCCD2
Tints of Medium Turquoise #4DCCD2
RGB
CMYK
RGB Variations
Color information
#4DCCD2 (or 0x4DCCD2) is known color: Medium Turquoise. HEX triplet: 4D, CC and D2. RGB value is (77,204,210). Sum of RGB (Red+Green+Blue) = 77+204+210=491 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.68% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #4DCCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCD2 is #B2332D. Grayscale: #A6A6A6. Windows color (decimal): -11678510 or 13814861. OLE color: 13814861.
HSL color Cylindrical-coordinate representation of color #4DCCD2: hue angle of 182.71º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCCD2 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 204 | 210 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.18 |
| HSL | 182.71º | 0.6% | 0.56% | - |
| HSV(B) | 182.71º | 0.63% | 0.82% | - |
| XYZ | 36.29 | 49.42 | 68.6 | - |
| YUV | 166.71 | 152.42 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 210 | 0.63 | 0.03 | 0 | 0.18 | 182.71 | 0.6 | 0.56 |
| Hex | 4D | CC | D2 | 3F | 3 | 0 | 12 | B7 | 3C | 38 |
| Octal | 115 | 314 | 322 | 77 | 3 | 0 | 22 | 267 | 74 | 70 |
| Binary | 1001101 | 11001100 | 11010010 | 111111 | 11 | 0 | 10010 | 10110111 | 111100 | 111000 |
Color Harmonies of #4DCCD2
Complementary color
Monochromatic Colors of #4DCCD2
Black with #4DCCD2
Text Example
Text Example
White with #4DCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCD2; }
p { color: rgb(77,204,210); }
H1.HeaderClassName
{
color: #4DCCD2;
}
.AnyTagClassName
{
color: #4DCCD2;
}
</style>
background-color css
<style>
a { background-color: #4DCCD2; }
a { background-color: rgb(77,204,210); }
div.DivClassName
{
background-color: #4DCCD2;
}
.BgClassName
{
background-color: #4DCCD2;
}
</style>
border-color css
<style>
span { border-color: #4DCCD2; }
span { border-color: rgb(77,204,210); }
td.TdClassName
{
border-color: #4DCCD2;
}
.TagClassName
{
border-color: #4DCCD2;
}
</style>