Shades of Medium Turquoise #4CCEB8
Tints of Medium Turquoise #4CCEB8
RGB
CMYK
RGB Variations
Color information
#4CCEB8 (or 0x4CCEB8) is known color: Medium Turquoise. HEX triplet: 4C, CE and B8. RGB value is (76,206,184). Sum of RGB (Red+Green+Blue) = 76+206+184=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCEB8 is #B33147. Grayscale: #A4A4A4. Windows color (decimal): -11743560 or 12111436. OLE color: 12111436.
HSL color Cylindrical-coordinate representation of color #4CCEB8: hue angle of 169.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCEB8 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 206 | 184 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.19 |
| HSL | 169.85º | 0.57% | 0.55% | - |
| HSV(B) | 169.85º | 0.63% | 0.81% | - |
| XYZ | 33.7 | 49.14 | 53.06 | - |
| YUV | 164.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 184 | 0.63 | 0 | 0.11 | 0.19 | 169.85 | 0.57 | 0.55 |
| Hex | 4C | CE | B8 | 3F | 0 | B | 13 | AA | 39 | 37 |
| Octal | 114 | 316 | 270 | 77 | 0 | 13 | 23 | 252 | 71 | 67 |
| Binary | 1001100 | 11001110 | 10111000 | 111111 | 0 | 1011 | 10011 | 10101010 | 111001 | 110111 |
Color Harmonies of #4CCEB8
Complementary color
Monochromatic Colors of #4CCEB8
Black with #4CCEB8
Text Example
Text Example
White with #4CCEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCEB8; }
p { color: rgb(76,206,184); }
H1.HeaderClassName
{
color: #4CCEB8;
}
.AnyTagClassName
{
color: #4CCEB8;
}
</style>
background-color css
<style>
a { background-color: #4CCEB8; }
a { background-color: rgb(76,206,184); }
div.DivClassName
{
background-color: #4CCEB8;
}
.BgClassName
{
background-color: #4CCEB8;
}
</style>
border-color css
<style>
span { border-color: #4CCEB8; }
span { border-color: rgb(76,206,184); }
td.TdClassName
{
border-color: #4CCEB8;
}
.TagClassName
{
border-color: #4CCEB8;
}
</style>