Shades of Turquoise Blue #4FD3F7
Tints of Turquoise Blue #4FD3F7
RGB
CMYK
RGB Variations
Color information
#4FD3F7 (or 0x4FD3F7) is known color: Turquoise Blue. HEX triplet: 4F, D3 and F7. RGB value is (79,211,247). Sum of RGB (Red+Green+Blue) = 79+211+247=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #4FD3F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD3F7 is #B02C08. Grayscale: #AFAFAF. Windows color (decimal): -11545609 or 16241487. OLE color: 16241487.
HSL color Cylindrical-coordinate representation of color #4FD3F7: hue angle of 192.86º 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 #4FD3F7 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 79 | 211 | 247 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.03 |
| HSL | 192.86º | 0.91% | 0.64% | - |
| HSV(B) | 192.86º | 0.68% | 0.97% | - |
| XYZ | 43.31 | 54.97 | 96.32 | - |
| YUV | 175.64 | 168.27 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 211 | 247 | 0.68 | 0.15 | 0 | 0.03 | 192.86 | 0.91 | 0.64 |
| Hex | 4F | D3 | F7 | 44 | F | 0 | 3 | C1 | 5B | 40 |
| Octal | 117 | 323 | 367 | 104 | 17 | 0 | 3 | 301 | 133 | 100 |
| Binary | 1001111 | 11010011 | 11110111 | 1000100 | 1111 | 0 | 11 | 11000001 | 1011011 | 1000000 |
Color Harmonies of #4FD3F7
Complementary color
Monochromatic Colors of #4FD3F7
Black with #4FD3F7
Text Example
Text Example
White with #4FD3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD3F7; }
p { color: rgb(79,211,247); }
H1.HeaderClassName
{
color: #4FD3F7;
}
.AnyTagClassName
{
color: #4FD3F7;
}
</style>
background-color css
<style>
a { background-color: #4FD3F7; }
a { background-color: rgb(79,211,247); }
div.DivClassName
{
background-color: #4FD3F7;
}
.BgClassName
{
background-color: #4FD3F7;
}
</style>
border-color css
<style>
span { border-color: #4FD3F7; }
span { border-color: rgb(79,211,247); }
td.TdClassName
{
border-color: #4FD3F7;
}
.TagClassName
{
border-color: #4FD3F7;
}
</style>