Shades of Medium Turquoise #4CC4CE
Tints of Medium Turquoise #4CC4CE
RGB
CMYK
RGB Variations
Color information
#4CC4CE (or 0x4CC4CE) is known color: Medium Turquoise. HEX triplet: 4C, C4 and CE. RGB value is (76,196,206). Sum of RGB (Red+Green+Blue) = 76+196+206=478 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.90% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CC4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC4CE is #B33B31. Grayscale: #A1A1A1. Windows color (decimal): -11746098 or 13550668. OLE color: 13550668.
HSL color Cylindrical-coordinate representation of color #4CC4CE: hue angle of 184.62º 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 #4CC4CE is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 196 | 206 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.19 |
| HSL | 184.62º | 0.57% | 0.55% | - |
| HSV(B) | 184.62º | 0.63% | 0.81% | - |
| XYZ | 33.86 | 45.47 | 65.38 | - |
| YUV | 161.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 206 | 0.63 | 0.05 | 0 | 0.19 | 184.62 | 0.57 | 0.55 |
| Hex | 4C | C4 | CE | 3F | 5 | 0 | 13 | B9 | 39 | 37 |
| Octal | 114 | 304 | 316 | 77 | 5 | 0 | 23 | 271 | 71 | 67 |
| Binary | 1001100 | 11000100 | 11001110 | 111111 | 101 | 0 | 10011 | 10111001 | 111001 | 110111 |
Color Harmonies of #4CC4CE
Complementary color
Monochromatic Colors of #4CC4CE
Black with #4CC4CE
Text Example
Text Example
White with #4CC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC4CE; }
p { color: rgb(76,196,206); }
H1.HeaderClassName
{
color: #4CC4CE;
}
.AnyTagClassName
{
color: #4CC4CE;
}
</style>
background-color css
<style>
a { background-color: #4CC4CE; }
a { background-color: rgb(76,196,206); }
div.DivClassName
{
background-color: #4CC4CE;
}
.BgClassName
{
background-color: #4CC4CE;
}
</style>
border-color css
<style>
span { border-color: #4CC4CE; }
span { border-color: rgb(76,196,206); }
td.TdClassName
{
border-color: #4CC4CE;
}
.TagClassName
{
border-color: #4CC4CE;
}
</style>