Shades of Turquoise Blue #4FCEEB
Tints of Turquoise Blue #4FCEEB
RGB
CMYK
RGB Variations
Color information
#4FCEEB (or 0x4FCEEB) is known color: Turquoise Blue. HEX triplet: 4F, CE and EB. RGB value is (79,206,235). Sum of RGB (Red+Green+Blue) = 79+206+235=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FCEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCEEB is #B03114. Grayscale: #ABABAB. Windows color (decimal): -11546901 or 15453775. OLE color: 15453775.
HSL color Cylindrical-coordinate representation of color #4FCEEB: hue angle of 191.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FCEEB is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 206 | 235 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.08 |
| HSL | 191.15º | 0.8% | 0.62% | - |
| HSV(B) | 191.15º | 0.66% | 0.92% | - |
| XYZ | 40.29 | 51.8 | 86.47 | - |
| YUV | 171.33 | 163.92 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 235 | 0.66 | 0.12 | 0 | 0.08 | 191.15 | 0.8 | 0.62 |
| Hex | 4F | CE | EB | 42 | C | 0 | 8 | BF | 50 | 3E |
| Octal | 117 | 316 | 353 | 102 | 14 | 0 | 10 | 277 | 120 | 76 |
| Binary | 1001111 | 11001110 | 11101011 | 1000010 | 1100 | 0 | 1000 | 10111111 | 1010000 | 111110 |
Color Harmonies of #4FCEEB
Complementary color
Monochromatic Colors of #4FCEEB
Black with #4FCEEB
Text Example
Text Example
White with #4FCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEEB; }
p { color: rgb(79,206,235); }
H1.HeaderClassName
{
color: #4FCEEB;
}
.AnyTagClassName
{
color: #4FCEEB;
}
</style>
background-color css
<style>
a { background-color: #4FCEEB; }
a { background-color: rgb(79,206,235); }
div.DivClassName
{
background-color: #4FCEEB;
}
.BgClassName
{
background-color: #4FCEEB;
}
</style>
border-color css
<style>
span { border-color: #4FCEEB; }
span { border-color: rgb(79,206,235); }
td.TdClassName
{
border-color: #4FCEEB;
}
.TagClassName
{
border-color: #4FCEEB;
}
</style>