Shades of Medium Turquoise #4FCACC
Tints of Medium Turquoise #4FCACC
RGB
CMYK
RGB Variations
Color information
#4FCACC (or 0x4FCACC) is known color: Medium Turquoise. HEX triplet: 4F, CA and CC. RGB value is (79,202,204). Sum of RGB (Red+Green+Blue) = 79+202+204=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCACC is #B03533. Grayscale: #A5A5A5. Windows color (decimal): -11547956 or 13421135. OLE color: 13421135.
HSL color Cylindrical-coordinate representation of color #4FCACC: hue angle of 180.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCACC is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 202 | 204 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.2 |
| HSL | 180.96º | 0.55% | 0.55% | - |
| HSV(B) | 180.96º | 0.61% | 0.8% | - |
| XYZ | 35.24 | 48.26 | 64.58 | - |
| YUV | 165.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 204 | 0.61 | 0.01 | 0 | 0.2 | 180.96 | 0.55 | 0.55 |
| Hex | 4F | CA | CC | 3D | 1 | 0 | 14 | B5 | 37 | 37 |
| Octal | 117 | 312 | 314 | 75 | 1 | 0 | 24 | 265 | 67 | 67 |
| Binary | 1001111 | 11001010 | 11001100 | 111101 | 1 | 0 | 10100 | 10110101 | 110111 | 110111 |
Color Harmonies of #4FCACC
Complementary color
Monochromatic Colors of #4FCACC
Black with #4FCACC
Text Example
Text Example
White with #4FCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCACC; }
p { color: rgb(79,202,204); }
H1.HeaderClassName
{
color: #4FCACC;
}
.AnyTagClassName
{
color: #4FCACC;
}
</style>
background-color css
<style>
a { background-color: #4FCACC; }
a { background-color: rgb(79,202,204); }
div.DivClassName
{
background-color: #4FCACC;
}
.BgClassName
{
background-color: #4FCACC;
}
</style>
border-color css
<style>
span { border-color: #4FCACC; }
span { border-color: rgb(79,202,204); }
td.TdClassName
{
border-color: #4FCACC;
}
.TagClassName
{
border-color: #4FCACC;
}
</style>