Shades of Medium Turquoise #4FCFE0
Tints of Medium Turquoise #4FCFE0
RGB
CMYK
RGB Variations
Color information
#4FCFE0 (or 0x4FCFE0) is known color: Medium Turquoise. HEX triplet: 4F, CF and E0. RGB value is (79,207,224). Sum of RGB (Red+Green+Blue) = 79+207+224=510 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.49% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #4FCFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFE0 is #B0301F. Grayscale: #AAAAAA. Windows color (decimal): -11546656 or 14733135. OLE color: 14733135.
HSL color Cylindrical-coordinate representation of color #4FCFE0: hue angle of 187.03º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FCFE0 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 207 | 224 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.12 |
| HSL | 187.03º | 0.7% | 0.59% | - |
| HSV(B) | 187.03º | 0.65% | 0.88% | - |
| XYZ | 38.99 | 51.67 | 78.44 | - |
| YUV | 170.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 224 | 0.65 | 0.08 | 0 | 0.12 | 187.03 | 0.7 | 0.59 |
| Hex | 4F | CF | E0 | 41 | 8 | 0 | C | BB | 46 | 3B |
| Octal | 117 | 317 | 340 | 101 | 10 | 0 | 14 | 273 | 106 | 73 |
| Binary | 1001111 | 11001111 | 11100000 | 1000001 | 1000 | 0 | 1100 | 10111011 | 1000110 | 111011 |
Color Harmonies of #4FCFE0
Complementary color
Monochromatic Colors of #4FCFE0
Black with #4FCFE0
Text Example
Text Example
White with #4FCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFE0; }
p { color: rgb(79,207,224); }
H1.HeaderClassName
{
color: #4FCFE0;
}
.AnyTagClassName
{
color: #4FCFE0;
}
</style>
background-color css
<style>
a { background-color: #4FCFE0; }
a { background-color: rgb(79,207,224); }
div.DivClassName
{
background-color: #4FCFE0;
}
.BgClassName
{
background-color: #4FCFE0;
}
</style>
border-color css
<style>
span { border-color: #4FCFE0; }
span { border-color: rgb(79,207,224); }
td.TdClassName
{
border-color: #4FCFE0;
}
.TagClassName
{
border-color: #4FCFE0;
}
</style>