Shades of Turquoise Blue #4FDEFD
Tints of Turquoise Blue #4FDEFD
RGB
CMYK
RGB Variations
Color information
#4FDEFD (or 0x4FDEFD) is known color: Turquoise Blue. HEX triplet: 4F, DE and FD. RGB value is (79,222,253). Sum of RGB (Red+Green+Blue) = 79+222+253=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDEFD is #B02102. Grayscale: #B6B6B6. Windows color (decimal): -11542787 or 16637519. OLE color: 16637519.
HSL color Cylindrical-coordinate representation of color #4FDEFD: hue angle of 190.69º 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 #4FDEFD is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 222 | 253 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.01 |
| HSL | 190.69º | 0.98% | 0.65% | - |
| HSV(B) | 190.69º | 0.69% | 0.99% | - |
| XYZ | 47.08 | 61 | 102.22 | - |
| YUV | 182.78 | 167.62 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 253 | 0.69 | 0.12 | 0 | 0.01 | 190.69 | 0.98 | 0.65 |
| Hex | 4F | DE | FD | 45 | C | 0 | 1 | BF | 62 | 41 |
| Octal | 117 | 336 | 375 | 105 | 14 | 0 | 1 | 277 | 142 | 101 |
| Binary | 1001111 | 11011110 | 11111101 | 1000101 | 1100 | 0 | 1 | 10111111 | 1100010 | 1000001 |
Color Harmonies of #4FDEFD
Complementary color
Monochromatic Colors of #4FDEFD
Black with #4FDEFD
Text Example
Text Example
White with #4FDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDEFD; }
p { color: rgb(79,222,253); }
H1.HeaderClassName
{
color: #4FDEFD;
}
.AnyTagClassName
{
color: #4FDEFD;
}
</style>
background-color css
<style>
a { background-color: #4FDEFD; }
a { background-color: rgb(79,222,253); }
div.DivClassName
{
background-color: #4FDEFD;
}
.BgClassName
{
background-color: #4FDEFD;
}
</style>
border-color css
<style>
span { border-color: #4FDEFD; }
span { border-color: rgb(79,222,253); }
td.TdClassName
{
border-color: #4FDEFD;
}
.TagClassName
{
border-color: #4FDEFD;
}
</style>