Shades of Medium Turquoise #4FCAE1
Tints of Medium Turquoise #4FCAE1
RGB
CMYK
RGB Variations
Color information
#4FCAE1 (or 0x4FCAE1) is known color: Medium Turquoise. HEX triplet: 4F, CA and E1. RGB value is (79,202,225). Sum of RGB (Red+Green+Blue) = 79+202+225=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #4FCAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAE1 is #B0351E. Grayscale: #A7A7A7. Windows color (decimal): -11547935 or 14797391. OLE color: 14797391.
HSL color Cylindrical-coordinate representation of color #4FCAE1: hue angle of 189.45º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FCAE1 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 202 | 225 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.12 |
| HSL | 189.45º | 0.71% | 0.6% | - |
| HSV(B) | 189.45º | 0.65% | 0.88% | - |
| XYZ | 37.94 | 49.34 | 78.76 | - |
| YUV | 167.85 | 160.25 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 225 | 0.65 | 0.10 | 0 | 0.12 | 189.45 | 0.71 | 0.6 |
| Hex | 4F | CA | E1 | 41 | A | 0 | C | BD | 47 | 3C |
| Octal | 117 | 312 | 341 | 101 | 12 | 0 | 14 | 275 | 107 | 74 |
| Binary | 1001111 | 11001010 | 11100001 | 1000001 | 1010 | 0 | 1100 | 10111101 | 1000111 | 111100 |
Color Harmonies of #4FCAE1
Complementary color
Monochromatic Colors of #4FCAE1
Black with #4FCAE1
Text Example
Text Example
White with #4FCAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAE1; }
p { color: rgb(79,202,225); }
H1.HeaderClassName
{
color: #4FCAE1;
}
.AnyTagClassName
{
color: #4FCAE1;
}
</style>
background-color css
<style>
a { background-color: #4FCAE1; }
a { background-color: rgb(79,202,225); }
div.DivClassName
{
background-color: #4FCAE1;
}
.BgClassName
{
background-color: #4FCAE1;
}
</style>
border-color css
<style>
span { border-color: #4FCAE1; }
span { border-color: rgb(79,202,225); }
td.TdClassName
{
border-color: #4FCAE1;
}
.TagClassName
{
border-color: #4FCAE1;
}
</style>