Shades of Turquoise Blue #4FE9FA
Tints of Turquoise Blue #4FE9FA
RGB
CMYK
RGB Variations
Color information
#4FE9FA (or 0x4FE9FA) is known color: Turquoise Blue. HEX triplet: 4F, E9 and FA. RGB value is (79,233,250). Sum of RGB (Red+Green+Blue) = 79+233+250=562 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.06% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FE9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FE9FA is #B01605. Grayscale: #BCBCBC. Windows color (decimal): -11539974 or 16443727. OLE color: 16443727.
HSL color Cylindrical-coordinate representation of color #4FE9FA: hue angle of 185.96º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FE9FA is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 233 | 250 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.02 |
| HSL | 185.96º | 0.94% | 0.65% | - |
| HSV(B) | 185.96º | 0.68% | 0.98% | - |
| XYZ | 49.62 | 66.84 | 100.73 | - |
| YUV | 188.89 | 162.48 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 233 | 250 | 0.68 | 0.07 | 0 | 0.02 | 185.96 | 0.94 | 0.65 |
| Hex | 4F | E9 | FA | 44 | 7 | 0 | 2 | BA | 5E | 41 |
| Octal | 117 | 351 | 372 | 104 | 7 | 0 | 2 | 272 | 136 | 101 |
| Binary | 1001111 | 11101001 | 11111010 | 1000100 | 111 | 0 | 10 | 10111010 | 1011110 | 1000001 |
Color Harmonies of #4FE9FA
Complementary color
Monochromatic Colors of #4FE9FA
Black with #4FE9FA
Text Example
Text Example
White with #4FE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE9FA; }
p { color: rgb(79,233,250); }
H1.HeaderClassName
{
color: #4FE9FA;
}
.AnyTagClassName
{
color: #4FE9FA;
}
</style>
background-color css
<style>
a { background-color: #4FE9FA; }
a { background-color: rgb(79,233,250); }
div.DivClassName
{
background-color: #4FE9FA;
}
.BgClassName
{
background-color: #4FE9FA;
}
</style>
border-color css
<style>
span { border-color: #4FE9FA; }
span { border-color: rgb(79,233,250); }
td.TdClassName
{
border-color: #4FE9FA;
}
.TagClassName
{
border-color: #4FE9FA;
}
</style>