Shades of Turquoise Blue #4FCFEA
Tints of Turquoise Blue #4FCFEA
RGB
CMYK
RGB Variations
Color information
#4FCFEA (or 0x4FCFEA) is known color: Turquoise Blue. HEX triplet: 4F, CF and EA. RGB value is (79,207,234). Sum of RGB (Red+Green+Blue) = 79+207+234=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FCFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCFEA is #B03015. Grayscale: #ABABAB. Windows color (decimal): -11546646 or 15388495. OLE color: 15388495.
HSL color Cylindrical-coordinate representation of color #4FCFEA: hue angle of 190.45º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FCFEA is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 207 | 234 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.08 |
| HSL | 190.45º | 0.79% | 0.61% | - |
| HSV(B) | 190.45º | 0.66% | 0.92% | - |
| XYZ | 40.39 | 52.23 | 85.79 | - |
| YUV | 171.81 | 163.09 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 234 | 0.66 | 0.12 | 0 | 0.08 | 190.45 | 0.79 | 0.61 |
| Hex | 4F | CF | EA | 42 | C | 0 | 8 | BE | 4F | 3D |
| Octal | 117 | 317 | 352 | 102 | 14 | 0 | 10 | 276 | 117 | 75 |
| Binary | 1001111 | 11001111 | 11101010 | 1000010 | 1100 | 0 | 1000 | 10111110 | 1001111 | 111101 |
Color Harmonies of #4FCFEA
Complementary color
Monochromatic Colors of #4FCFEA
Black with #4FCFEA
Text Example
Text Example
White with #4FCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFEA; }
p { color: rgb(79,207,234); }
H1.HeaderClassName
{
color: #4FCFEA;
}
.AnyTagClassName
{
color: #4FCFEA;
}
</style>
background-color css
<style>
a { background-color: #4FCFEA; }
a { background-color: rgb(79,207,234); }
div.DivClassName
{
background-color: #4FCFEA;
}
.BgClassName
{
background-color: #4FCFEA;
}
</style>
border-color css
<style>
span { border-color: #4FCFEA; }
span { border-color: rgb(79,207,234); }
td.TdClassName
{
border-color: #4FCFEA;
}
.TagClassName
{
border-color: #4FCFEA;
}
</style>