Shades of Turquoise Blue #4FDAFE
Tints of Turquoise Blue #4FDAFE
RGB
CMYK
RGB Variations
Color information
#4FDAFE (or 0x4FDAFE) is known color: Turquoise Blue. HEX triplet: 4F, DA and FE. RGB value is (79,218,254). Sum of RGB (Red+Green+Blue) = 79+218+254=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDAFE is #B02501. Grayscale: #B4B4B4. Windows color (decimal): -11543810 or 16702031. OLE color: 16702031.
HSL color Cylindrical-coordinate representation of color #4FDAFE: hue angle of 192.34º 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 #4FDAFE is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 218 | 254 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.00 |
| HSL | 192.34º | 0.99% | 0.65% | - |
| HSV(B) | 192.34º | 0.69% | 1% | - |
| XYZ | 46.19 | 58.96 | 102.71 | - |
| YUV | 180.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 254 | 0.69 | 0.14 | 0 | 0.00 | 192.34 | 0.99 | 0.65 |
| Hex | 4F | DA | FE | 45 | E | 0 | 0 | C0 | 63 | 41 |
| Octal | 117 | 332 | 376 | 105 | 16 | 0 | 0 | 300 | 143 | 101 |
| Binary | 1001111 | 11011010 | 11111110 | 1000101 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000001 |
Color Harmonies of #4FDAFE
Complementary color
Monochromatic Colors of #4FDAFE
Black with #4FDAFE
Text Example
Text Example
White with #4FDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDAFE; }
p { color: rgb(79,218,254); }
H1.HeaderClassName
{
color: #4FDAFE;
}
.AnyTagClassName
{
color: #4FDAFE;
}
</style>
background-color css
<style>
a { background-color: #4FDAFE; }
a { background-color: rgb(79,218,254); }
div.DivClassName
{
background-color: #4FDAFE;
}
.BgClassName
{
background-color: #4FDAFE;
}
</style>
border-color css
<style>
span { border-color: #4FDAFE; }
span { border-color: rgb(79,218,254); }
td.TdClassName
{
border-color: #4FDAFE;
}
.TagClassName
{
border-color: #4FDAFE;
}
</style>