Shades of Medium Turquoise #4DCCCF
Tints of Medium Turquoise #4DCCCF
RGB
CMYK
RGB Variations
Color information
#4DCCCF (or 0x4DCCCF) is known color: Medium Turquoise. HEX triplet: 4D, CC and CF. RGB value is (77,204,207). Sum of RGB (Red+Green+Blue) = 77+204+207=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DCCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCCF is #B23330. Grayscale: #A6A6A6. Windows color (decimal): -11678513 or 13618253. OLE color: 13618253.
HSL color Cylindrical-coordinate representation of color #4DCCCF: hue angle of 181.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCCCF is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 204 | 207 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.19 |
| HSL | 181.38º | 0.58% | 0.56% | - |
| HSV(B) | 181.38º | 0.63% | 0.81% | - |
| XYZ | 35.92 | 49.27 | 66.65 | - |
| YUV | 166.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 207 | 0.63 | 0.01 | 0 | 0.19 | 181.38 | 0.58 | 0.56 |
| Hex | 4D | CC | CF | 3F | 1 | 0 | 13 | B5 | 3A | 38 |
| Octal | 115 | 314 | 317 | 77 | 1 | 0 | 23 | 265 | 72 | 70 |
| Binary | 1001101 | 11001100 | 11001111 | 111111 | 1 | 0 | 10011 | 10110101 | 111010 | 111000 |
Color Harmonies of #4DCCCF
Complementary color
Monochromatic Colors of #4DCCCF
Black with #4DCCCF
Text Example
Text Example
White with #4DCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCCF; }
p { color: rgb(77,204,207); }
H1.HeaderClassName
{
color: #4DCCCF;
}
.AnyTagClassName
{
color: #4DCCCF;
}
</style>
background-color css
<style>
a { background-color: #4DCCCF; }
a { background-color: rgb(77,204,207); }
div.DivClassName
{
background-color: #4DCCCF;
}
.BgClassName
{
background-color: #4DCCCF;
}
</style>
border-color css
<style>
span { border-color: #4DCCCF; }
span { border-color: rgb(77,204,207); }
td.TdClassName
{
border-color: #4DCCCF;
}
.TagClassName
{
border-color: #4DCCCF;
}
</style>