Shades of Turquoise Blue #4FDBFD
Tints of Turquoise Blue #4FDBFD
RGB
CMYK
RGB Variations
Color information
#4FDBFD (or 0x4FDBFD) is known color: Turquoise Blue. HEX triplet: 4F, DB and FD. RGB value is (79,219,253). Sum of RGB (Red+Green+Blue) = 79+219+253=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FDBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDBFD is #B02402. Grayscale: #B4B4B4. Windows color (decimal): -11543555 or 16636751. OLE color: 16636751.
HSL color Cylindrical-coordinate representation of color #4FDBFD: hue angle of 191.72º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FDBFD is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 219 | 253 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.01 |
| HSL | 191.72º | 0.98% | 0.65% | - |
| HSV(B) | 191.72º | 0.69% | 0.99% | - |
| XYZ | 46.29 | 59.42 | 101.96 | - |
| YUV | 181.02 | 168.62 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 253 | 0.69 | 0.13 | 0 | 0.01 | 191.72 | 0.98 | 0.65 |
| Hex | 4F | DB | FD | 45 | D | 0 | 1 | C0 | 62 | 41 |
| Octal | 117 | 333 | 375 | 105 | 15 | 0 | 1 | 300 | 142 | 101 |
| Binary | 1001111 | 11011011 | 11111101 | 1000101 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000001 |
Color Harmonies of #4FDBFD
Complementary color
Monochromatic Colors of #4FDBFD
Black with #4FDBFD
Text Example
Text Example
White with #4FDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBFD; }
p { color: rgb(79,219,253); }
H1.HeaderClassName
{
color: #4FDBFD;
}
.AnyTagClassName
{
color: #4FDBFD;
}
</style>
background-color css
<style>
a { background-color: #4FDBFD; }
a { background-color: rgb(79,219,253); }
div.DivClassName
{
background-color: #4FDBFD;
}
.BgClassName
{
background-color: #4FDBFD;
}
</style>
border-color css
<style>
span { border-color: #4FDBFD; }
span { border-color: rgb(79,219,253); }
td.TdClassName
{
border-color: #4FDBFD;
}
.TagClassName
{
border-color: #4FDBFD;
}
</style>