Shades of Turquoise Blue #4FD5FA
Tints of Turquoise Blue #4FD5FA
RGB
CMYK
RGB Variations
Color information
#4FD5FA (or 0x4FD5FA) is known color: Turquoise Blue. HEX triplet: 4F, D5 and FA. RGB value is (79,213,250). Sum of RGB (Red+Green+Blue) = 79+213+250=542 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.58% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FD5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD5FA is #B02A05. Grayscale: #B0B0B0. Windows color (decimal): -11545094 or 16438607. OLE color: 16438607.
HSL color Cylindrical-coordinate representation of color #4FD5FA: hue angle of 192.98º 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 #4FD5FA is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 213 | 250 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.02 |
| HSL | 192.98º | 0.94% | 0.65% | - |
| HSV(B) | 192.98º | 0.68% | 0.98% | - |
| XYZ | 44.27 | 56.15 | 98.95 | - |
| YUV | 177.15 | 169.11 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 213 | 250 | 0.68 | 0.15 | 0 | 0.02 | 192.98 | 0.94 | 0.65 |
| Hex | 4F | D5 | FA | 44 | F | 0 | 2 | C1 | 5E | 41 |
| Octal | 117 | 325 | 372 | 104 | 17 | 0 | 2 | 301 | 136 | 101 |
| Binary | 1001111 | 11010101 | 11111010 | 1000100 | 1111 | 0 | 10 | 11000001 | 1011110 | 1000001 |
Color Harmonies of #4FD5FA
Complementary color
Monochromatic Colors of #4FD5FA
Black with #4FD5FA
Text Example
Text Example
White with #4FD5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD5FA; }
p { color: rgb(79,213,250); }
H1.HeaderClassName
{
color: #4FD5FA;
}
.AnyTagClassName
{
color: #4FD5FA;
}
</style>
background-color css
<style>
a { background-color: #4FD5FA; }
a { background-color: rgb(79,213,250); }
div.DivClassName
{
background-color: #4FD5FA;
}
.BgClassName
{
background-color: #4FD5FA;
}
</style>
border-color css
<style>
span { border-color: #4FD5FA; }
span { border-color: rgb(79,213,250); }
td.TdClassName
{
border-color: #4FD5FA;
}
.TagClassName
{
border-color: #4FD5FA;
}
</style>