Shades of Medium Turquoise #4CCCE1
Tints of Medium Turquoise #4CCCE1
RGB
CMYK
RGB Variations
Color information
#4CCCE1 (or 0x4CCCE1) is known color: Medium Turquoise. HEX triplet: 4C, CC and E1. RGB value is (76,204,225). Sum of RGB (Red+Green+Blue) = 76+204+225=505 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.05% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #4CCCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCE1 is #B3331E. Grayscale: #A7A7A7. Windows color (decimal): -11744031 or 14797900. OLE color: 14797900.
HSL color Cylindrical-coordinate representation of color #4CCCE1: hue angle of 188.46º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCCE1 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 204 | 225 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.12 |
| HSL | 188.46º | 0.71% | 0.59% | - |
| HSV(B) | 188.46º | 0.66% | 0.88% | - |
| XYZ | 38.16 | 50.16 | 78.9 | - |
| YUV | 168.12 | 160.09 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 225 | 0.66 | 0.09 | 0 | 0.12 | 188.46 | 0.71 | 0.59 |
| Hex | 4C | CC | E1 | 42 | 9 | 0 | C | BC | 47 | 3B |
| Octal | 114 | 314 | 341 | 102 | 11 | 0 | 14 | 274 | 107 | 73 |
| Binary | 1001100 | 11001100 | 11100001 | 1000010 | 1001 | 0 | 1100 | 10111100 | 1000111 | 111011 |
Color Harmonies of #4CCCE1
Complementary color
Monochromatic Colors of #4CCCE1
Black with #4CCCE1
Text Example
Text Example
White with #4CCCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCE1; }
p { color: rgb(76,204,225); }
H1.HeaderClassName
{
color: #4CCCE1;
}
.AnyTagClassName
{
color: #4CCCE1;
}
</style>
background-color css
<style>
a { background-color: #4CCCE1; }
a { background-color: rgb(76,204,225); }
div.DivClassName
{
background-color: #4CCCE1;
}
.BgClassName
{
background-color: #4CCCE1;
}
</style>
border-color css
<style>
span { border-color: #4CCCE1; }
span { border-color: rgb(76,204,225); }
td.TdClassName
{
border-color: #4CCCE1;
}
.TagClassName
{
border-color: #4CCCE1;
}
</style>