Shades of Turquoise Blue #4FECEF
Tints of Turquoise Blue #4FECEF
RGB
CMYK
RGB Variations
Color information
#4FECEF (or 0x4FECEF) is known color: Turquoise Blue. HEX triplet: 4F, EC and EF. RGB value is (79,236,239). Sum of RGB (Red+Green+Blue) = 79+236+239=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECEF is #B01310. Grayscale: #BDBDBD. Windows color (decimal): -11539217 or 15723599. OLE color: 15723599.
HSL color Cylindrical-coordinate representation of color #4FECEF: hue angle of 181.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FECEF is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 236 | 239 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.06 |
| HSL | 181.13º | 0.83% | 0.62% | - |
| HSV(B) | 181.13º | 0.67% | 0.94% | - |
| XYZ | 48.8 | 67.89 | 92.19 | - |
| YUV | 189.4 | 155.99 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 239 | 0.67 | 0.01 | 0 | 0.06 | 181.13 | 0.83 | 0.62 |
| Hex | 4F | EC | EF | 43 | 1 | 0 | 6 | B5 | 53 | 3E |
| Octal | 117 | 354 | 357 | 103 | 1 | 0 | 6 | 265 | 123 | 76 |
| Binary | 1001111 | 11101100 | 11101111 | 1000011 | 1 | 0 | 110 | 10110101 | 1010011 | 111110 |
Color Harmonies of #4FECEF
Complementary color
Monochromatic Colors of #4FECEF
Black with #4FECEF
Text Example
Text Example
White with #4FECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECEF; }
p { color: rgb(79,236,239); }
H1.HeaderClassName
{
color: #4FECEF;
}
.AnyTagClassName
{
color: #4FECEF;
}
</style>
background-color css
<style>
a { background-color: #4FECEF; }
a { background-color: rgb(79,236,239); }
div.DivClassName
{
background-color: #4FECEF;
}
.BgClassName
{
background-color: #4FECEF;
}
</style>
border-color css
<style>
span { border-color: #4FECEF; }
span { border-color: rgb(79,236,239); }
td.TdClassName
{
border-color: #4FECEF;
}
.TagClassName
{
border-color: #4FECEF;
}
</style>