Shades of Turquoise Blue #4FEAF7
Tints of Turquoise Blue #4FEAF7
RGB
CMYK
RGB Variations
Color information
#4FEAF7 (or 0x4FEAF7) is known color: Turquoise Blue. HEX triplet: 4F, EA and F7. RGB value is (79,234,247). Sum of RGB (Red+Green+Blue) = 79+234+247=560 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.11% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #4FEAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEAF7 is #B01508. Grayscale: #BCBCBC. Windows color (decimal): -11539721 or 16247375. OLE color: 16247375.
HSL color Cylindrical-coordinate representation of color #4FEAF7: hue angle of 184.64º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FEAF7 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 79 | 234 | 247 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.03 |
| HSL | 184.64º | 0.91% | 0.64% | - |
| HSV(B) | 184.64º | 0.68% | 0.97% | - |
| XYZ | 49.44 | 67.22 | 98.37 | - |
| YUV | 189.14 | 160.65 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 247 | 0.68 | 0.05 | 0 | 0.03 | 184.64 | 0.91 | 0.64 |
| Hex | 4F | EA | F7 | 44 | 5 | 0 | 3 | B9 | 5B | 40 |
| Octal | 117 | 352 | 367 | 104 | 5 | 0 | 3 | 271 | 133 | 100 |
| Binary | 1001111 | 11101010 | 11110111 | 1000100 | 101 | 0 | 11 | 10111001 | 1011011 | 1000000 |
Color Harmonies of #4FEAF7
Complementary color
Monochromatic Colors of #4FEAF7
Black with #4FEAF7
Text Example
Text Example
White with #4FEAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEAF7; }
p { color: rgb(79,234,247); }
H1.HeaderClassName
{
color: #4FEAF7;
}
.AnyTagClassName
{
color: #4FEAF7;
}
</style>
background-color css
<style>
a { background-color: #4FEAF7; }
a { background-color: rgb(79,234,247); }
div.DivClassName
{
background-color: #4FEAF7;
}
.BgClassName
{
background-color: #4FEAF7;
}
</style>
border-color css
<style>
span { border-color: #4FEAF7; }
span { border-color: rgb(79,234,247); }
td.TdClassName
{
border-color: #4FEAF7;
}
.TagClassName
{
border-color: #4FEAF7;
}
</style>