Shades of Turquoise Blue #4FDFFA
Tints of Turquoise Blue #4FDFFA
RGB
CMYK
RGB Variations
Color information
#4FDFFA (or 0x4FDFFA) is known color: Turquoise Blue. HEX triplet: 4F, DF and FA. RGB value is (79,223,250). Sum of RGB (Red+Green+Blue) = 79+223+250=552 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.31% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FDFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFFA is #B02005. Grayscale: #B6B6B6. Windows color (decimal): -11542534 or 16441167. OLE color: 16441167.
HSL color Cylindrical-coordinate representation of color #4FDFFA: hue angle of 189.47º 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 #4FDFFA is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 223 | 250 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.02 |
| HSL | 189.47º | 0.94% | 0.65% | - |
| HSV(B) | 189.47º | 0.68% | 0.98% | - |
| XYZ | 46.87 | 61.34 | 99.81 | - |
| YUV | 183.02 | 165.79 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 250 | 0.68 | 0.11 | 0 | 0.02 | 189.47 | 0.94 | 0.65 |
| Hex | 4F | DF | FA | 44 | B | 0 | 2 | BD | 5E | 41 |
| Octal | 117 | 337 | 372 | 104 | 13 | 0 | 2 | 275 | 136 | 101 |
| Binary | 1001111 | 11011111 | 11111010 | 1000100 | 1011 | 0 | 10 | 10111101 | 1011110 | 1000001 |
Color Harmonies of #4FDFFA
Complementary color
Monochromatic Colors of #4FDFFA
Black with #4FDFFA
Text Example
Text Example
White with #4FDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFFA; }
p { color: rgb(79,223,250); }
H1.HeaderClassName
{
color: #4FDFFA;
}
.AnyTagClassName
{
color: #4FDFFA;
}
</style>
background-color css
<style>
a { background-color: #4FDFFA; }
a { background-color: rgb(79,223,250); }
div.DivClassName
{
background-color: #4FDFFA;
}
.BgClassName
{
background-color: #4FDFFA;
}
</style>
border-color css
<style>
span { border-color: #4FDFFA; }
span { border-color: rgb(79,223,250); }
td.TdClassName
{
border-color: #4FDFFA;
}
.TagClassName
{
border-color: #4FDFFA;
}
</style>