Shades of Turquoise Blue #4CE1FA
Tints of Turquoise Blue #4CE1FA
RGB
CMYK
RGB Variations
Color information
#4CE1FA (or 0x4CE1FA) is known color: Turquoise Blue. HEX triplet: 4C, E1 and FA. RGB value is (76,225,250). Sum of RGB (Red+Green+Blue) = 76+225+250=551 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.79% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CE1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE1FA is #B31E05. Grayscale: #B7B7B7. Windows color (decimal): -11738630 or 16441676. OLE color: 16441676.
HSL color Cylindrical-coordinate representation of color #4CE1FA: hue angle of 188.62º 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 #4CE1FA is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 225 | 250 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.02 |
| HSL | 188.62º | 0.95% | 0.64% | - |
| HSV(B) | 188.62º | 0.7% | 0.98% | - |
| XYZ | 47.16 | 62.29 | 99.98 | - |
| YUV | 183.3 | 165.64 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 250 | 0.70 | 0.10 | 0 | 0.02 | 188.62 | 0.95 | 0.64 |
| Hex | 4C | E1 | FA | 46 | A | 0 | 2 | BD | 5F | 40 |
| Octal | 114 | 341 | 372 | 106 | 12 | 0 | 2 | 275 | 137 | 100 |
| Binary | 1001100 | 11100001 | 11111010 | 1000110 | 1010 | 0 | 10 | 10111101 | 1011111 | 1000000 |
Color Harmonies of #4CE1FA
Complementary color
Monochromatic Colors of #4CE1FA
Black with #4CE1FA
Text Example
Text Example
White with #4CE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE1FA; }
p { color: rgb(76,225,250); }
H1.HeaderClassName
{
color: #4CE1FA;
}
.AnyTagClassName
{
color: #4CE1FA;
}
</style>
background-color css
<style>
a { background-color: #4CE1FA; }
a { background-color: rgb(76,225,250); }
div.DivClassName
{
background-color: #4CE1FA;
}
.BgClassName
{
background-color: #4CE1FA;
}
</style>
border-color css
<style>
span { border-color: #4CE1FA; }
span { border-color: rgb(76,225,250); }
td.TdClassName
{
border-color: #4CE1FA;
}
.TagClassName
{
border-color: #4CE1FA;
}
</style>