Shades of Turquoise Blue #4CE0FB
Tints of Turquoise Blue #4CE0FB
RGB
CMYK
RGB Variations
Color information
#4CE0FB (or 0x4CE0FB) is known color: Turquoise Blue. HEX triplet: 4C, E0 and FB. RGB value is (76,224,251). Sum of RGB (Red+Green+Blue) = 76+224+251=551 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.79% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CE0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE0FB is #B31F04. Grayscale: #B6B6B6. Windows color (decimal): -11738885 or 16506956. OLE color: 16506956.
HSL color Cylindrical-coordinate representation of color #4CE0FB: hue angle of 189.26º 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 #4CE0FB is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 224 | 251 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.02 |
| HSL | 189.26º | 0.96% | 0.64% | - |
| HSV(B) | 189.26º | 0.7% | 0.98% | - |
| XYZ | 47.05 | 61.81 | 100.72 | - |
| YUV | 182.83 | 166.47 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 251 | 0.70 | 0.11 | 0 | 0.02 | 189.26 | 0.96 | 0.64 |
| Hex | 4C | E0 | FB | 46 | B | 0 | 2 | BD | 60 | 40 |
| Octal | 114 | 340 | 373 | 106 | 13 | 0 | 2 | 275 | 140 | 100 |
| Binary | 1001100 | 11100000 | 11111011 | 1000110 | 1011 | 0 | 10 | 10111101 | 1100000 | 1000000 |
Color Harmonies of #4CE0FB
Complementary color
Monochromatic Colors of #4CE0FB
Black with #4CE0FB
Text Example
Text Example
White with #4CE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE0FB; }
p { color: rgb(76,224,251); }
H1.HeaderClassName
{
color: #4CE0FB;
}
.AnyTagClassName
{
color: #4CE0FB;
}
</style>
background-color css
<style>
a { background-color: #4CE0FB; }
a { background-color: rgb(76,224,251); }
div.DivClassName
{
background-color: #4CE0FB;
}
.BgClassName
{
background-color: #4CE0FB;
}
</style>
border-color css
<style>
span { border-color: #4CE0FB; }
span { border-color: rgb(76,224,251); }
td.TdClassName
{
border-color: #4CE0FB;
}
.TagClassName
{
border-color: #4CE0FB;
}
</style>