Shades of Turquoise Blue #4FDDFC
Tints of Turquoise Blue #4FDDFC
RGB
CMYK
RGB Variations
Color information
#4FDDFC (or 0x4FDDFC) is known color: Turquoise Blue. HEX triplet: 4F, DD and FC. RGB value is (79,221,252). Sum of RGB (Red+Green+Blue) = 79+221+252=552 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.31% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDFC is #B02203. Grayscale: #B5B5B5. Windows color (decimal): -11543044 or 16571727. OLE color: 16571727.
HSL color Cylindrical-coordinate representation of color #4FDDFC: hue angle of 190.75º degrees, saturation: 0.97, 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 #4FDDFC is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 221 | 252 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.01 |
| HSL | 190.75º | 0.97% | 0.65% | - |
| HSV(B) | 190.75º | 0.69% | 0.99% | - |
| XYZ | 46.65 | 60.4 | 101.3 | - |
| YUV | 182.08 | 167.46 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 252 | 0.69 | 0.12 | 0 | 0.01 | 190.75 | 0.97 | 0.65 |
| Hex | 4F | DD | FC | 45 | C | 0 | 1 | BF | 61 | 41 |
| Octal | 117 | 335 | 374 | 105 | 14 | 0 | 1 | 277 | 141 | 101 |
| Binary | 1001111 | 11011101 | 11111100 | 1000101 | 1100 | 0 | 1 | 10111111 | 1100001 | 1000001 |
Color Harmonies of #4FDDFC
Complementary color
Monochromatic Colors of #4FDDFC
Black with #4FDDFC
Text Example
Text Example
White with #4FDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDFC; }
p { color: rgb(79,221,252); }
H1.HeaderClassName
{
color: #4FDDFC;
}
.AnyTagClassName
{
color: #4FDDFC;
}
</style>
background-color css
<style>
a { background-color: #4FDDFC; }
a { background-color: rgb(79,221,252); }
div.DivClassName
{
background-color: #4FDDFC;
}
.BgClassName
{
background-color: #4FDDFC;
}
</style>
border-color css
<style>
span { border-color: #4FDDFC; }
span { border-color: rgb(79,221,252); }
td.TdClassName
{
border-color: #4FDDFC;
}
.TagClassName
{
border-color: #4FDDFC;
}
</style>