Shades of Turquoise Blue #4FCEFA
Tints of Turquoise Blue #4FCEFA
RGB
CMYK
RGB Variations
Color information
#4FCEFA (or 0x4FCEFA) is known color: Turquoise Blue. HEX triplet: 4F, CE and FA. RGB value is (79,206,250). Sum of RGB (Red+Green+Blue) = 79+206+250=535 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.77% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FCEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCEFA is #B03105. Grayscale: #ACACAC. Windows color (decimal): -11546886 or 16436815. OLE color: 16436815.
HSL color Cylindrical-coordinate representation of color #4FCEFA: hue angle of 195.44º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FCEFA is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 206 | 250 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.02 |
| HSL | 195.44º | 0.94% | 0.65% | - |
| HSV(B) | 195.44º | 0.68% | 0.98% | - |
| XYZ | 42.55 | 52.71 | 98.37 | - |
| YUV | 173.04 | 171.42 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 250 | 0.68 | 0.18 | 0 | 0.02 | 195.44 | 0.94 | 0.65 |
| Hex | 4F | CE | FA | 44 | 12 | 0 | 2 | C3 | 5E | 41 |
| Octal | 117 | 316 | 372 | 104 | 22 | 0 | 2 | 303 | 136 | 101 |
| Binary | 1001111 | 11001110 | 11111010 | 1000100 | 10010 | 0 | 10 | 11000011 | 1011110 | 1000001 |
Color Harmonies of #4FCEFA
Complementary color
Monochromatic Colors of #4FCEFA
Black with #4FCEFA
Text Example
Text Example
White with #4FCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEFA; }
p { color: rgb(79,206,250); }
H1.HeaderClassName
{
color: #4FCEFA;
}
.AnyTagClassName
{
color: #4FCEFA;
}
</style>
background-color css
<style>
a { background-color: #4FCEFA; }
a { background-color: rgb(79,206,250); }
div.DivClassName
{
background-color: #4FCEFA;
}
.BgClassName
{
background-color: #4FCEFA;
}
</style>
border-color css
<style>
span { border-color: #4FCEFA; }
span { border-color: rgb(79,206,250); }
td.TdClassName
{
border-color: #4FCEFA;
}
.TagClassName
{
border-color: #4FCEFA;
}
</style>