Shades of Turquoise Blue #4FDBFE
Tints of Turquoise Blue #4FDBFE
RGB
CMYK
RGB Variations
Color information
#4FDBFE (or 0x4FDBFE) is known color: Turquoise Blue. HEX triplet: 4F, DB and FE. RGB value is (79,219,254). Sum of RGB (Red+Green+Blue) = 79+219+254=552 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.31% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDBFE is #B02401. Grayscale: #B4B4B4. Windows color (decimal): -11543554 or 16702287. OLE color: 16702287.
HSL color Cylindrical-coordinate representation of color #4FDBFE: hue angle of 192º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FDBFE is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 219 | 254 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.00 |
| HSL | 192º | 0.99% | 0.65% | - |
| HSV(B) | 192º | 0.69% | 1% | - |
| XYZ | 46.45 | 59.48 | 102.8 | - |
| YUV | 181.13 | 169.12 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 254 | 0.69 | 0.14 | 0 | 0.00 | 192 | 0.99 | 0.65 |
| Hex | 4F | DB | FE | 45 | E | 0 | 0 | C0 | 63 | 41 |
| Octal | 117 | 333 | 376 | 105 | 16 | 0 | 0 | 300 | 143 | 101 |
| Binary | 1001111 | 11011011 | 11111110 | 1000101 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000001 |
Color Harmonies of #4FDBFE
Complementary color
Monochromatic Colors of #4FDBFE
Black with #4FDBFE
Text Example
Text Example
White with #4FDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBFE; }
p { color: rgb(79,219,254); }
H1.HeaderClassName
{
color: #4FDBFE;
}
.AnyTagClassName
{
color: #4FDBFE;
}
</style>
background-color css
<style>
a { background-color: #4FDBFE; }
a { background-color: rgb(79,219,254); }
div.DivClassName
{
background-color: #4FDBFE;
}
.BgClassName
{
background-color: #4FDBFE;
}
</style>
border-color css
<style>
span { border-color: #4FDBFE; }
span { border-color: rgb(79,219,254); }
td.TdClassName
{
border-color: #4FDBFE;
}
.TagClassName
{
border-color: #4FDBFE;
}
</style>