Shades of Turquoise Blue #4FCDEC
Tints of Turquoise Blue #4FCDEC
RGB
CMYK
RGB Variations
Color information
#4FCDEC (or 0x4FCDEC) is known color: Turquoise Blue. HEX triplet: 4F, CD and EC. RGB value is (79,205,236). Sum of RGB (Red+Green+Blue) = 79+205+236=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FCDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCDEC is #B03213. Grayscale: #AAAAAA. Windows color (decimal): -11547156 or 15519055. OLE color: 15519055.
HSL color Cylindrical-coordinate representation of color #4FCDEC: hue angle of 191.85º 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 #4FCDEC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 205 | 236 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.07 |
| HSL | 191.85º | 0.81% | 0.62% | - |
| HSV(B) | 191.85º | 0.67% | 0.93% | - |
| XYZ | 40.2 | 51.38 | 87.16 | - |
| YUV | 170.86 | 164.76 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 236 | 0.67 | 0.13 | 0 | 0.07 | 191.85 | 0.81 | 0.62 |
| Hex | 4F | CD | EC | 43 | D | 0 | 7 | C0 | 51 | 3E |
| Octal | 117 | 315 | 354 | 103 | 15 | 0 | 7 | 300 | 121 | 76 |
| Binary | 1001111 | 11001101 | 11101100 | 1000011 | 1101 | 0 | 111 | 11000000 | 1010001 | 111110 |
Color Harmonies of #4FCDEC
Complementary color
Monochromatic Colors of #4FCDEC
Black with #4FCDEC
Text Example
Text Example
White with #4FCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDEC; }
p { color: rgb(79,205,236); }
H1.HeaderClassName
{
color: #4FCDEC;
}
.AnyTagClassName
{
color: #4FCDEC;
}
</style>
background-color css
<style>
a { background-color: #4FCDEC; }
a { background-color: rgb(79,205,236); }
div.DivClassName
{
background-color: #4FCDEC;
}
.BgClassName
{
background-color: #4FCDEC;
}
</style>
border-color css
<style>
span { border-color: #4FCDEC; }
span { border-color: rgb(79,205,236); }
td.TdClassName
{
border-color: #4FCDEC;
}
.TagClassName
{
border-color: #4FCDEC;
}
</style>