Shades of Turquoise Blue #4FDBF1
Tints of Turquoise Blue #4FDBF1
RGB
CMYK
RGB Variations
Color information
#4FDBF1 (or 0x4FDBF1) is known color: Turquoise Blue. HEX triplet: 4F, DB and F1. RGB value is (79,219,241). Sum of RGB (Red+Green+Blue) = 79+219+241=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FDBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDBF1 is #B0240E. Grayscale: #B3B3B3. Windows color (decimal): -11543567 or 15850319. OLE color: 15850319.
HSL color Cylindrical-coordinate representation of color #4FDBF1: hue angle of 188.15º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDBF1 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 219 | 241 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.05 |
| HSL | 188.15º | 0.85% | 0.63% | - |
| HSV(B) | 188.15º | 0.67% | 0.95% | - |
| XYZ | 44.43 | 58.68 | 92.2 | - |
| YUV | 179.65 | 162.62 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 241 | 0.67 | 0.09 | 0 | 0.05 | 188.15 | 0.85 | 0.63 |
| Hex | 4F | DB | F1 | 43 | 9 | 0 | 5 | BC | 55 | 3F |
| Octal | 117 | 333 | 361 | 103 | 11 | 0 | 5 | 274 | 125 | 77 |
| Binary | 1001111 | 11011011 | 11110001 | 1000011 | 1001 | 0 | 101 | 10111100 | 1010101 | 111111 |
Color Harmonies of #4FDBF1
Complementary color
Monochromatic Colors of #4FDBF1
Black with #4FDBF1
Text Example
Text Example
White with #4FDBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBF1; }
p { color: rgb(79,219,241); }
H1.HeaderClassName
{
color: #4FDBF1;
}
.AnyTagClassName
{
color: #4FDBF1;
}
</style>
background-color css
<style>
a { background-color: #4FDBF1; }
a { background-color: rgb(79,219,241); }
div.DivClassName
{
background-color: #4FDBF1;
}
.BgClassName
{
background-color: #4FDBF1;
}
</style>
border-color css
<style>
span { border-color: #4FDBF1; }
span { border-color: rgb(79,219,241); }
td.TdClassName
{
border-color: #4FDBF1;
}
.TagClassName
{
border-color: #4FDBF1;
}
</style>