Shades of Turquoise Blue #4FECF3
Tints of Turquoise Blue #4FECF3
RGB
CMYK
RGB Variations
Color information
#4FECF3 (or 0x4FECF3) is known color: Turquoise Blue. HEX triplet: 4F, EC and F3. RGB value is (79,236,243). Sum of RGB (Red+Green+Blue) = 79+236+243=558 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.16% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #4FECF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECF3 is #B0130C. Grayscale: #BDBDBD. Windows color (decimal): -11539213 or 15985743. OLE color: 15985743.
HSL color Cylindrical-coordinate representation of color #4FECF3: hue angle of 182.56º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FECF3 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 236 | 243 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.05 |
| HSL | 182.56º | 0.87% | 0.63% | - |
| HSV(B) | 182.56º | 0.67% | 0.95% | - |
| XYZ | 49.4 | 68.12 | 95.34 | - |
| YUV | 189.86 | 157.99 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 243 | 0.67 | 0.03 | 0 | 0.05 | 182.56 | 0.87 | 0.63 |
| Hex | 4F | EC | F3 | 43 | 3 | 0 | 5 | B7 | 57 | 3F |
| Octal | 117 | 354 | 363 | 103 | 3 | 0 | 5 | 267 | 127 | 77 |
| Binary | 1001111 | 11101100 | 11110011 | 1000011 | 11 | 0 | 101 | 10110111 | 1010111 | 111111 |
Color Harmonies of #4FECF3
Complementary color
Monochromatic Colors of #4FECF3
Black with #4FECF3
Text Example
Text Example
White with #4FECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECF3; }
p { color: rgb(79,236,243); }
H1.HeaderClassName
{
color: #4FECF3;
}
.AnyTagClassName
{
color: #4FECF3;
}
</style>
background-color css
<style>
a { background-color: #4FECF3; }
a { background-color: rgb(79,236,243); }
div.DivClassName
{
background-color: #4FECF3;
}
.BgClassName
{
background-color: #4FECF3;
}
</style>
border-color css
<style>
span { border-color: #4FECF3; }
span { border-color: rgb(79,236,243); }
td.TdClassName
{
border-color: #4FECF3;
}
.TagClassName
{
border-color: #4FECF3;
}
</style>