Shades of Turquoise Blue #4CE5FC
Tints of Turquoise Blue #4CE5FC
RGB
CMYK
RGB Variations
Color information
#4CE5FC (or 0x4CE5FC) is known color: Turquoise Blue. HEX triplet: 4C, E5 and FC. RGB value is (76,229,252). Sum of RGB (Red+Green+Blue) = 76+229+252=557 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.64% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CE5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE5FC is #B31A03. Grayscale: #B9B9B9. Windows color (decimal): -11737604 or 16573772. OLE color: 16573772.
HSL color Cylindrical-coordinate representation of color #4CE5FC: hue angle of 187.84º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE5FC is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 229 | 252 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.01 |
| HSL | 187.84º | 0.97% | 0.64% | - |
| HSV(B) | 187.84º | 0.7% | 0.99% | - |
| XYZ | 48.57 | 64.6 | 102.01 | - |
| YUV | 185.88 | 165.31 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 252 | 0.70 | 0.09 | 0 | 0.01 | 187.84 | 0.97 | 0.64 |
| Hex | 4C | E5 | FC | 46 | 9 | 0 | 1 | BC | 61 | 40 |
| Octal | 114 | 345 | 374 | 106 | 11 | 0 | 1 | 274 | 141 | 100 |
| Binary | 1001100 | 11100101 | 11111100 | 1000110 | 1001 | 0 | 1 | 10111100 | 1100001 | 1000000 |
Color Harmonies of #4CE5FC
Complementary color
Monochromatic Colors of #4CE5FC
Black with #4CE5FC
Text Example
Text Example
White with #4CE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE5FC; }
p { color: rgb(76,229,252); }
H1.HeaderClassName
{
color: #4CE5FC;
}
.AnyTagClassName
{
color: #4CE5FC;
}
</style>
background-color css
<style>
a { background-color: #4CE5FC; }
a { background-color: rgb(76,229,252); }
div.DivClassName
{
background-color: #4CE5FC;
}
.BgClassName
{
background-color: #4CE5FC;
}
</style>
border-color css
<style>
span { border-color: #4CE5FC; }
span { border-color: rgb(76,229,252); }
td.TdClassName
{
border-color: #4CE5FC;
}
.TagClassName
{
border-color: #4CE5FC;
}
</style>