Shades of Turquoise Blue #4CE2FB
Tints of Turquoise Blue #4CE2FB
RGB
CMYK
RGB Variations
Color information
#4CE2FB (or 0x4CE2FB) is known color: Turquoise Blue. HEX triplet: 4C, E2 and FB. RGB value is (76,226,251). Sum of RGB (Red+Green+Blue) = 76+226+251=553 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.74% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CE2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE2FB is #B31D04. Grayscale: #B7B7B7. Windows color (decimal): -11738373 or 16507468. OLE color: 16507468.
HSL color Cylindrical-coordinate representation of color #4CE2FB: hue angle of 188.57º 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 #4CE2FB is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 226 | 251 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.02 |
| HSL | 188.57º | 0.96% | 0.64% | - |
| HSV(B) | 188.57º | 0.7% | 0.98% | - |
| XYZ | 47.59 | 62.89 | 100.9 | - |
| YUV | 184 | 165.81 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 251 | 0.70 | 0.10 | 0 | 0.02 | 188.57 | 0.96 | 0.64 |
| Hex | 4C | E2 | FB | 46 | A | 0 | 2 | BD | 60 | 40 |
| Octal | 114 | 342 | 373 | 106 | 12 | 0 | 2 | 275 | 140 | 100 |
| Binary | 1001100 | 11100010 | 11111011 | 1000110 | 1010 | 0 | 10 | 10111101 | 1100000 | 1000000 |
Color Harmonies of #4CE2FB
Complementary color
Monochromatic Colors of #4CE2FB
Black with #4CE2FB
Text Example
Text Example
White with #4CE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE2FB; }
p { color: rgb(76,226,251); }
H1.HeaderClassName
{
color: #4CE2FB;
}
.AnyTagClassName
{
color: #4CE2FB;
}
</style>
background-color css
<style>
a { background-color: #4CE2FB; }
a { background-color: rgb(76,226,251); }
div.DivClassName
{
background-color: #4CE2FB;
}
.BgClassName
{
background-color: #4CE2FB;
}
</style>
border-color css
<style>
span { border-color: #4CE2FB; }
span { border-color: rgb(76,226,251); }
td.TdClassName
{
border-color: #4CE2FB;
}
.TagClassName
{
border-color: #4CE2FB;
}
</style>