Shades of Turquoise Blue #4FCFEB
Tints of Turquoise Blue #4FCFEB
RGB
CMYK
RGB Variations
Color information
#4FCFEB (or 0x4FCFEB) is known color: Turquoise Blue. HEX triplet: 4F, CF and EB. RGB value is (79,207,235). Sum of RGB (Red+Green+Blue) = 79+207+235=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCFEB is #B03014. Grayscale: #ABABAB. Windows color (decimal): -11546645 or 15454031. OLE color: 15454031.
HSL color Cylindrical-coordinate representation of color #4FCFEB: hue angle of 190.77º 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 #4FCFEB is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 207 | 235 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.08 |
| HSL | 190.77º | 0.8% | 0.62% | - |
| HSV(B) | 190.77º | 0.66% | 0.92% | - |
| XYZ | 40.53 | 52.29 | 86.55 | - |
| YUV | 171.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 235 | 0.66 | 0.12 | 0 | 0.08 | 190.77 | 0.8 | 0.62 |
| Hex | 4F | CF | EB | 42 | C | 0 | 8 | BF | 50 | 3E |
| Octal | 117 | 317 | 353 | 102 | 14 | 0 | 10 | 277 | 120 | 76 |
| Binary | 1001111 | 11001111 | 11101011 | 1000010 | 1100 | 0 | 1000 | 10111111 | 1010000 | 111110 |
Color Harmonies of #4FCFEB
Complementary color
Monochromatic Colors of #4FCFEB
Black with #4FCFEB
Text Example
Text Example
White with #4FCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFEB; }
p { color: rgb(79,207,235); }
H1.HeaderClassName
{
color: #4FCFEB;
}
.AnyTagClassName
{
color: #4FCFEB;
}
</style>
background-color css
<style>
a { background-color: #4FCFEB; }
a { background-color: rgb(79,207,235); }
div.DivClassName
{
background-color: #4FCFEB;
}
.BgClassName
{
background-color: #4FCFEB;
}
</style>
border-color css
<style>
span { border-color: #4FCFEB; }
span { border-color: rgb(79,207,235); }
td.TdClassName
{
border-color: #4FCFEB;
}
.TagClassName
{
border-color: #4FCFEB;
}
</style>