Shades of Turquoise Blue #4FDDEC
Tints of Turquoise Blue #4FDDEC
RGB
CMYK
RGB Variations
Color information
#4FDDEC (or 0x4FDDEC) is known color: Turquoise Blue. HEX triplet: 4F, DD and EC. RGB value is (79,221,236). Sum of RGB (Red+Green+Blue) = 79+221+236=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FDDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDEC is #B02213. Grayscale: #B4B4B4. Windows color (decimal): -11543060 or 15523151. OLE color: 15523151.
HSL color Cylindrical-coordinate representation of color #4FDDEC: hue angle of 185.73º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDDEC is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 221 | 236 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.07 |
| HSL | 185.73º | 0.81% | 0.62% | - |
| HSV(B) | 185.73º | 0.67% | 0.93% | - |
| XYZ | 44.22 | 59.43 | 88.5 | - |
| YUV | 180.25 | 159.46 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 236 | 0.67 | 0.06 | 0 | 0.07 | 185.73 | 0.81 | 0.62 |
| Hex | 4F | DD | EC | 43 | 6 | 0 | 7 | BA | 51 | 3E |
| Octal | 117 | 335 | 354 | 103 | 6 | 0 | 7 | 272 | 121 | 76 |
| Binary | 1001111 | 11011101 | 11101100 | 1000011 | 110 | 0 | 111 | 10111010 | 1010001 | 111110 |
Color Harmonies of #4FDDEC
Complementary color
Monochromatic Colors of #4FDDEC
Black with #4FDDEC
Text Example
Text Example
White with #4FDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDEC; }
p { color: rgb(79,221,236); }
H1.HeaderClassName
{
color: #4FDDEC;
}
.AnyTagClassName
{
color: #4FDDEC;
}
</style>
background-color css
<style>
a { background-color: #4FDDEC; }
a { background-color: rgb(79,221,236); }
div.DivClassName
{
background-color: #4FDDEC;
}
.BgClassName
{
background-color: #4FDDEC;
}
</style>
border-color css
<style>
span { border-color: #4FDDEC; }
span { border-color: rgb(79,221,236); }
td.TdClassName
{
border-color: #4FDDEC;
}
.TagClassName
{
border-color: #4FDDEC;
}
</style>