Shades of Turquoise Blue #4CE1F4
Tints of Turquoise Blue #4CE1F4
RGB
CMYK
RGB Variations
Color information
#4CE1F4 (or 0x4CE1F4) is known color: Turquoise Blue. HEX triplet: 4C, E1 and F4. RGB value is (76,225,244). Sum of RGB (Red+Green+Blue) = 76+225+244=545 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.94% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #4CE1F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE1F4 is #B31E0B. Grayscale: #B6B6B6. Windows color (decimal): -11738636 or 16048460. OLE color: 16048460.
HSL color Cylindrical-coordinate representation of color #4CE1F4: hue angle of 186.79º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CE1F4 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 225 | 244 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.04 |
| HSL | 186.79º | 0.88% | 0.63% | - |
| HSV(B) | 186.79º | 0.69% | 0.96% | - |
| XYZ | 46.23 | 61.92 | 95.1 | - |
| YUV | 182.62 | 162.64 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 244 | 0.69 | 0.08 | 0 | 0.04 | 186.79 | 0.88 | 0.63 |
| Hex | 4C | E1 | F4 | 45 | 8 | 0 | 4 | BB | 58 | 3F |
| Octal | 114 | 341 | 364 | 105 | 10 | 0 | 4 | 273 | 130 | 77 |
| Binary | 1001100 | 11100001 | 11110100 | 1000101 | 1000 | 0 | 100 | 10111011 | 1011000 | 111111 |
Color Harmonies of #4CE1F4
Complementary color
Monochromatic Colors of #4CE1F4
Black with #4CE1F4
Text Example
Text Example
White with #4CE1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE1F4; }
p { color: rgb(76,225,244); }
H1.HeaderClassName
{
color: #4CE1F4;
}
.AnyTagClassName
{
color: #4CE1F4;
}
</style>
background-color css
<style>
a { background-color: #4CE1F4; }
a { background-color: rgb(76,225,244); }
div.DivClassName
{
background-color: #4CE1F4;
}
.BgClassName
{
background-color: #4CE1F4;
}
</style>
border-color css
<style>
span { border-color: #4CE1F4; }
span { border-color: rgb(76,225,244); }
td.TdClassName
{
border-color: #4CE1F4;
}
.TagClassName
{
border-color: #4CE1F4;
}
</style>