Shades of Turquoise Blue #4FE3F4
Tints of Turquoise Blue #4FE3F4
RGB
CMYK
RGB Variations
Color information
#4FE3F4 (or 0x4FE3F4) is known color: Turquoise Blue. HEX triplet: 4F, E3 and F4. RGB value is (79,227,244). Sum of RGB (Red+Green+Blue) = 79+227+244=550 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.36% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #4FE3F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE3F4 is #B01C0B. Grayscale: #B8B8B8. Windows color (decimal): -11541516 or 16048975. OLE color: 16048975.
HSL color Cylindrical-coordinate representation of color #4FE3F4: hue angle of 186.18º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FE3F4 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 227 | 244 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.04 |
| HSL | 186.18º | 0.88% | 0.63% | - |
| HSV(B) | 186.18º | 0.68% | 0.96% | - |
| XYZ | 47.02 | 63.13 | 95.3 | - |
| YUV | 184.69 | 161.47 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 227 | 244 | 0.68 | 0.07 | 0 | 0.04 | 186.18 | 0.88 | 0.63 |
| Hex | 4F | E3 | F4 | 44 | 7 | 0 | 4 | BA | 58 | 3F |
| Octal | 117 | 343 | 364 | 104 | 7 | 0 | 4 | 272 | 130 | 77 |
| Binary | 1001111 | 11100011 | 11110100 | 1000100 | 111 | 0 | 100 | 10111010 | 1011000 | 111111 |
Color Harmonies of #4FE3F4
Complementary color
Monochromatic Colors of #4FE3F4
Black with #4FE3F4
Text Example
Text Example
White with #4FE3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE3F4; }
p { color: rgb(79,227,244); }
H1.HeaderClassName
{
color: #4FE3F4;
}
.AnyTagClassName
{
color: #4FE3F4;
}
</style>
background-color css
<style>
a { background-color: #4FE3F4; }
a { background-color: rgb(79,227,244); }
div.DivClassName
{
background-color: #4FE3F4;
}
.BgClassName
{
background-color: #4FE3F4;
}
</style>
border-color css
<style>
span { border-color: #4FE3F4; }
span { border-color: rgb(79,227,244); }
td.TdClassName
{
border-color: #4FE3F4;
}
.TagClassName
{
border-color: #4FE3F4;
}
</style>