Shades of Medium Turquoise #4DCEE8
Tints of Medium Turquoise #4DCEE8
RGB
CMYK
RGB Variations
Color information
#4DCEE8 (or 0x4DCEE8) is known color: Medium Turquoise. HEX triplet: 4D, CE and E8. RGB value is (77,206,232). Sum of RGB (Red+Green+Blue) = 77+206+232=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #4DCEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEE8 is #B23117. Grayscale: #AAAAAA. Windows color (decimal): -11677976 or 15257165. OLE color: 15257165.
HSL color Cylindrical-coordinate representation of color #4DCEE8: hue angle of 190.06º 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 #4DCEE8 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 206 | 232 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.09 |
| HSL | 190.06º | 0.77% | 0.61% | - |
| HSV(B) | 190.06º | 0.67% | 0.91% | - |
| XYZ | 39.7 | 51.55 | 84.2 | - |
| YUV | 170.39 | 162.76 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 232 | 0.67 | 0.11 | 0 | 0.09 | 190.06 | 0.77 | 0.61 |
| Hex | 4D | CE | E8 | 43 | B | 0 | 9 | BE | 4D | 3D |
| Octal | 115 | 316 | 350 | 103 | 13 | 0 | 11 | 276 | 115 | 75 |
| Binary | 1001101 | 11001110 | 11101000 | 1000011 | 1011 | 0 | 1001 | 10111110 | 1001101 | 111101 |
Color Harmonies of #4DCEE8
Complementary color
Monochromatic Colors of #4DCEE8
Black with #4DCEE8
Text Example
Text Example
White with #4DCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEE8; }
p { color: rgb(77,206,232); }
H1.HeaderClassName
{
color: #4DCEE8;
}
.AnyTagClassName
{
color: #4DCEE8;
}
</style>
background-color css
<style>
a { background-color: #4DCEE8; }
a { background-color: rgb(77,206,232); }
div.DivClassName
{
background-color: #4DCEE8;
}
.BgClassName
{
background-color: #4DCEE8;
}
</style>
border-color css
<style>
span { border-color: #4DCEE8; }
span { border-color: rgb(77,206,232); }
td.TdClassName
{
border-color: #4DCEE8;
}
.TagClassName
{
border-color: #4DCEE8;
}
</style>