Shades of Medium Turquoise #4DCFE8
Tints of Medium Turquoise #4DCFE8
RGB
CMYK
RGB Variations
Color information
#4DCFE8 (or 0x4DCFE8) is known color: Medium Turquoise. HEX triplet: 4D, CF and E8. RGB value is (77,207,232). Sum of RGB (Red+Green+Blue) = 77+207+232=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #4DCFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFE8 is #B23017. Grayscale: #AAAAAA. Windows color (decimal): -11677720 or 15257421. OLE color: 15257421.
HSL color Cylindrical-coordinate representation of color #4DCFE8: hue angle of 189.68º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DCFE8 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 207 | 232 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.09 |
| HSL | 189.68º | 0.77% | 0.61% | - |
| HSV(B) | 189.68º | 0.67% | 0.91% | - |
| XYZ | 39.94 | 52.03 | 84.28 | - |
| YUV | 170.98 | 162.43 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 232 | 0.67 | 0.11 | 0 | 0.09 | 189.68 | 0.77 | 0.61 |
| Hex | 4D | CF | E8 | 43 | B | 0 | 9 | BE | 4D | 3D |
| Octal | 115 | 317 | 350 | 103 | 13 | 0 | 11 | 276 | 115 | 75 |
| Binary | 1001101 | 11001111 | 11101000 | 1000011 | 1011 | 0 | 1001 | 10111110 | 1001101 | 111101 |
Color Harmonies of #4DCFE8
Complementary color
Monochromatic Colors of #4DCFE8
Black with #4DCFE8
Text Example
Text Example
White with #4DCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFE8; }
p { color: rgb(77,207,232); }
H1.HeaderClassName
{
color: #4DCFE8;
}
.AnyTagClassName
{
color: #4DCFE8;
}
</style>
background-color css
<style>
a { background-color: #4DCFE8; }
a { background-color: rgb(77,207,232); }
div.DivClassName
{
background-color: #4DCFE8;
}
.BgClassName
{
background-color: #4DCFE8;
}
</style>
border-color css
<style>
span { border-color: #4DCFE8; }
span { border-color: rgb(77,207,232); }
td.TdClassName
{
border-color: #4DCFE8;
}
.TagClassName
{
border-color: #4DCFE8;
}
</style>