Shades of Turquoise Blue #4CE4FA
Tints of Turquoise Blue #4CE4FA
RGB
CMYK
RGB Variations
Color information
#4CE4FA (or 0x4CE4FA) is known color: Turquoise Blue. HEX triplet: 4C, E4 and FA. RGB value is (76,228,250). Sum of RGB (Red+Green+Blue) = 76+228+250=554 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.72% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CE4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE4FA is #B31B05. Grayscale: #B8B8B8. Windows color (decimal): -11737862 or 16442444. OLE color: 16442444.
HSL color Cylindrical-coordinate representation of color #4CE4FA: hue angle of 187.59º degrees, saturation: 0.95, 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 #4CE4FA is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 228 | 250 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.02 |
| HSL | 187.59º | 0.95% | 0.64% | - |
| HSV(B) | 187.59º | 0.7% | 0.98% | - |
| XYZ | 47.98 | 63.93 | 100.25 | - |
| YUV | 185.06 | 164.64 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 250 | 0.70 | 0.09 | 0 | 0.02 | 187.59 | 0.95 | 0.64 |
| Hex | 4C | E4 | FA | 46 | 9 | 0 | 2 | BC | 5F | 40 |
| Octal | 114 | 344 | 372 | 106 | 11 | 0 | 2 | 274 | 137 | 100 |
| Binary | 1001100 | 11100100 | 11111010 | 1000110 | 1001 | 0 | 10 | 10111100 | 1011111 | 1000000 |
Color Harmonies of #4CE4FA
Complementary color
Monochromatic Colors of #4CE4FA
Black with #4CE4FA
Text Example
Text Example
White with #4CE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE4FA; }
p { color: rgb(76,228,250); }
H1.HeaderClassName
{
color: #4CE4FA;
}
.AnyTagClassName
{
color: #4CE4FA;
}
</style>
background-color css
<style>
a { background-color: #4CE4FA; }
a { background-color: rgb(76,228,250); }
div.DivClassName
{
background-color: #4CE4FA;
}
.BgClassName
{
background-color: #4CE4FA;
}
</style>
border-color css
<style>
span { border-color: #4CE4FA; }
span { border-color: rgb(76,228,250); }
td.TdClassName
{
border-color: #4CE4FA;
}
.TagClassName
{
border-color: #4CE4FA;
}
</style>