Shades of Turquoise Blue #4FCCEC
Tints of Turquoise Blue #4FCCEC
RGB
CMYK
RGB Variations
Color information
#4FCCEC (or 0x4FCCEC) is known color: Turquoise Blue. HEX triplet: 4F, CC and EC. RGB value is (79,204,236). Sum of RGB (Red+Green+Blue) = 79+204+236=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FCCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCCEC is #B03313. Grayscale: #AAAAAA. Windows color (decimal): -11547412 or 15518799. OLE color: 15518799.
HSL color Cylindrical-coordinate representation of color #4FCCEC: hue angle of 192.23º 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 #4FCCEC is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 204 | 236 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.07 |
| HSL | 192.23º | 0.81% | 0.62% | - |
| HSV(B) | 192.23º | 0.67% | 0.93% | - |
| XYZ | 39.96 | 50.9 | 87.08 | - |
| YUV | 170.27 | 165.09 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 236 | 0.67 | 0.14 | 0 | 0.07 | 192.23 | 0.81 | 0.62 |
| Hex | 4F | CC | EC | 43 | E | 0 | 7 | C0 | 51 | 3E |
| Octal | 117 | 314 | 354 | 103 | 16 | 0 | 7 | 300 | 121 | 76 |
| Binary | 1001111 | 11001100 | 11101100 | 1000011 | 1110 | 0 | 111 | 11000000 | 1010001 | 111110 |
Color Harmonies of #4FCCEC
Complementary color
Monochromatic Colors of #4FCCEC
Black with #4FCCEC
Text Example
Text Example
White with #4FCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCEC; }
p { color: rgb(79,204,236); }
H1.HeaderClassName
{
color: #4FCCEC;
}
.AnyTagClassName
{
color: #4FCCEC;
}
</style>
background-color css
<style>
a { background-color: #4FCCEC; }
a { background-color: rgb(79,204,236); }
div.DivClassName
{
background-color: #4FCCEC;
}
.BgClassName
{
background-color: #4FCCEC;
}
</style>
border-color css
<style>
span { border-color: #4FCCEC; }
span { border-color: rgb(79,204,236); }
td.TdClassName
{
border-color: #4FCCEC;
}
.TagClassName
{
border-color: #4FCCEC;
}
</style>