Shades of Turquoise Blue #4CE4FB
Tints of Turquoise Blue #4CE4FB
RGB
CMYK
RGB Variations
Color information
#4CE4FB (or 0x4CE4FB) is known color: Turquoise Blue. HEX triplet: 4C, E4 and FB. RGB value is (76,228,251). Sum of RGB (Red+Green+Blue) = 76+228+251=555 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.69% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CE4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE4FB is #B31B04. Grayscale: #B8B8B8. Windows color (decimal): -11737861 or 16507980. OLE color: 16507980.
HSL color Cylindrical-coordinate representation of color #4CE4FB: hue angle of 187.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE4FB is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 228 | 251 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.02 |
| HSL | 187.89º | 0.96% | 0.64% | - |
| HSV(B) | 187.89º | 0.7% | 0.98% | - |
| XYZ | 48.14 | 63.99 | 101.08 | - |
| YUV | 185.17 | 165.14 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 251 | 0.70 | 0.09 | 0 | 0.02 | 187.89 | 0.96 | 0.64 |
| Hex | 4C | E4 | FB | 46 | 9 | 0 | 2 | BC | 60 | 40 |
| Octal | 114 | 344 | 373 | 106 | 11 | 0 | 2 | 274 | 140 | 100 |
| Binary | 1001100 | 11100100 | 11111011 | 1000110 | 1001 | 0 | 10 | 10111100 | 1100000 | 1000000 |
Color Harmonies of #4CE4FB
Complementary color
Monochromatic Colors of #4CE4FB
Black with #4CE4FB
Text Example
Text Example
White with #4CE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE4FB; }
p { color: rgb(76,228,251); }
H1.HeaderClassName
{
color: #4CE4FB;
}
.AnyTagClassName
{
color: #4CE4FB;
}
</style>
background-color css
<style>
a { background-color: #4CE4FB; }
a { background-color: rgb(76,228,251); }
div.DivClassName
{
background-color: #4CE4FB;
}
.BgClassName
{
background-color: #4CE4FB;
}
</style>
border-color css
<style>
span { border-color: #4CE4FB; }
span { border-color: rgb(76,228,251); }
td.TdClassName
{
border-color: #4CE4FB;
}
.TagClassName
{
border-color: #4CE4FB;
}
</style>