Shades of Medium Turquoise #4FCAE4
Tints of Medium Turquoise #4FCAE4
RGB
CMYK
RGB Variations
Color information
#4FCAE4 (or 0x4FCAE4) is known color: Medium Turquoise. HEX triplet: 4F, CA and E4. RGB value is (79,202,228). Sum of RGB (Red+Green+Blue) = 79+202+228=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #4FCAE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAE4 is #B0351B. Grayscale: #A7A7A7. Windows color (decimal): -11547932 or 14993999. OLE color: 14993999.
HSL color Cylindrical-coordinate representation of color #4FCAE4: hue angle of 190.47º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FCAE4 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 202 | 228 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.11 |
| HSL | 190.47º | 0.73% | 0.6% | - |
| HSV(B) | 190.47º | 0.65% | 0.89% | - |
| XYZ | 38.35 | 49.5 | 80.93 | - |
| YUV | 168.19 | 161.75 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 228 | 0.65 | 0.11 | 0 | 0.11 | 190.47 | 0.73 | 0.6 |
| Hex | 4F | CA | E4 | 41 | B | 0 | B | BE | 49 | 3C |
| Octal | 117 | 312 | 344 | 101 | 13 | 0 | 13 | 276 | 111 | 74 |
| Binary | 1001111 | 11001010 | 11100100 | 1000001 | 1011 | 0 | 1011 | 10111110 | 1001001 | 111100 |
Color Harmonies of #4FCAE4
Complementary color
Monochromatic Colors of #4FCAE4
Black with #4FCAE4
Text Example
Text Example
White with #4FCAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAE4; }
p { color: rgb(79,202,228); }
H1.HeaderClassName
{
color: #4FCAE4;
}
.AnyTagClassName
{
color: #4FCAE4;
}
</style>
background-color css
<style>
a { background-color: #4FCAE4; }
a { background-color: rgb(79,202,228); }
div.DivClassName
{
background-color: #4FCAE4;
}
.BgClassName
{
background-color: #4FCAE4;
}
</style>
border-color css
<style>
span { border-color: #4FCAE4; }
span { border-color: rgb(79,202,228); }
td.TdClassName
{
border-color: #4FCAE4;
}
.TagClassName
{
border-color: #4FCAE4;
}
</style>