Shades of Medium Turquoise #4CCFE1
Tints of Medium Turquoise #4CCFE1
RGB
CMYK
RGB Variations
Color information
#4CCFE1 (or 0x4CCFE1) is known color: Medium Turquoise. HEX triplet: 4C, CF and E1. RGB value is (76,207,225). Sum of RGB (Red+Green+Blue) = 76+207+225=508 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.96% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #4CCFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFE1 is #B3301E. Grayscale: #A9A9A9. Windows color (decimal): -11743263 or 14798668. OLE color: 14798668.
HSL color Cylindrical-coordinate representation of color #4CCFE1: hue angle of 187.25º 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 #4CCFE1 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 207 | 225 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.12 |
| HSL | 187.25º | 0.71% | 0.59% | - |
| HSV(B) | 187.25º | 0.66% | 0.88% | - |
| XYZ | 38.88 | 51.6 | 79.14 | - |
| YUV | 169.88 | 159.1 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 225 | 0.66 | 0.08 | 0 | 0.12 | 187.25 | 0.71 | 0.59 |
| Hex | 4C | CF | E1 | 42 | 8 | 0 | C | BB | 47 | 3B |
| Octal | 114 | 317 | 341 | 102 | 10 | 0 | 14 | 273 | 107 | 73 |
| Binary | 1001100 | 11001111 | 11100001 | 1000010 | 1000 | 0 | 1100 | 10111011 | 1000111 | 111011 |
Color Harmonies of #4CCFE1
Complementary color
Monochromatic Colors of #4CCFE1
Black with #4CCFE1
Text Example
Text Example
White with #4CCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFE1; }
p { color: rgb(76,207,225); }
H1.HeaderClassName
{
color: #4CCFE1;
}
.AnyTagClassName
{
color: #4CCFE1;
}
</style>
background-color css
<style>
a { background-color: #4CCFE1; }
a { background-color: rgb(76,207,225); }
div.DivClassName
{
background-color: #4CCFE1;
}
.BgClassName
{
background-color: #4CCFE1;
}
</style>
border-color css
<style>
span { border-color: #4CCFE1; }
span { border-color: rgb(76,207,225); }
td.TdClassName
{
border-color: #4CCFE1;
}
.TagClassName
{
border-color: #4CCFE1;
}
</style>