Shades of Medium Turquoise #4CCECC
Tints of Medium Turquoise #4CCECC
RGB
CMYK
RGB Variations
Color information
#4CCECC (or 0x4CCECC) is known color: Medium Turquoise. HEX triplet: 4C, CE and CC. RGB value is (76,206,204). Sum of RGB (Red+Green+Blue) = 76+206+204=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCECC is #B33133. Grayscale: #A6A6A6. Windows color (decimal): -11743540 or 13422156. OLE color: 13422156.
HSL color Cylindrical-coordinate representation of color #4CCECC: hue angle of 179.08º 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 #4CCECC is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 206 | 204 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.19 |
| HSL | 179.08º | 0.57% | 0.55% | - |
| HSV(B) | 179.08º | 0.63% | 0.81% | - |
| XYZ | 35.95 | 50.04 | 64.89 | - |
| YUV | 166.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 204 | 0.63 | 0 | 0.01 | 0.19 | 179.08 | 0.57 | 0.55 |
| Hex | 4C | CE | CC | 3F | 0 | 1 | 13 | B3 | 39 | 37 |
| Octal | 114 | 316 | 314 | 77 | 0 | 1 | 23 | 263 | 71 | 67 |
| Binary | 1001100 | 11001110 | 11001100 | 111111 | 0 | 1 | 10011 | 10110011 | 111001 | 110111 |
Color Harmonies of #4CCECC
Complementary color
Monochromatic Colors of #4CCECC
Black with #4CCECC
Text Example
Text Example
White with #4CCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCECC; }
p { color: rgb(76,206,204); }
H1.HeaderClassName
{
color: #4CCECC;
}
.AnyTagClassName
{
color: #4CCECC;
}
</style>
background-color css
<style>
a { background-color: #4CCECC; }
a { background-color: rgb(76,206,204); }
div.DivClassName
{
background-color: #4CCECC;
}
.BgClassName
{
background-color: #4CCECC;
}
</style>
border-color css
<style>
span { border-color: #4CCECC; }
span { border-color: rgb(76,206,204); }
td.TdClassName
{
border-color: #4CCECC;
}
.TagClassName
{
border-color: #4CCECC;
}
</style>