Shades of Medium Turquoise #4FCACA
Tints of Medium Turquoise #4FCACA
RGB
CMYK
RGB Variations
Color information
#4FCACA (or 0x4FCACA) is known color: Medium Turquoise. HEX triplet: 4F, CA and CA. RGB value is (79,202,202). Sum of RGB (Red+Green+Blue) = 79+202+202=483 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.36% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #4FCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCACA is #B03535. Grayscale: #A5A5A5. Windows color (decimal): -11547958 or 13290063. OLE color: 13290063.
HSL color Cylindrical-coordinate representation of color #4FCACA: hue angle of 180º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCACA is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 202 | - |
| CMYK | 0.61 | 0 | 0 | 0.21 |
| HSL | 180º | 0.54% | 0.55% | - |
| HSV(B) | 180º | 0.61% | 0.79% | - |
| XYZ | 35.01 | 48.17 | 63.33 | - |
| YUV | 165.22 | 148.75 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 202 | 0.61 | 0 | 0 | 0.21 | 180 | 0.54 | 0.55 |
| Hex | 4F | CA | CA | 3D | 0 | 0 | 15 | B4 | 36 | 37 |
| Octal | 117 | 312 | 312 | 75 | 0 | 0 | 25 | 264 | 66 | 67 |
| Binary | 1001111 | 11001010 | 11001010 | 111101 | 0 | 0 | 10101 | 10110100 | 110110 | 110111 |
Color Harmonies of #4FCACA
Complementary color
Monochromatic Colors of #4FCACA
Black with #4FCACA
Text Example
Text Example
White with #4FCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCACA; }
p { color: rgb(79,202,202); }
H1.HeaderClassName
{
color: #4FCACA;
}
.AnyTagClassName
{
color: #4FCACA;
}
</style>
background-color css
<style>
a { background-color: #4FCACA; }
a { background-color: rgb(79,202,202); }
div.DivClassName
{
background-color: #4FCACA;
}
.BgClassName
{
background-color: #4FCACA;
}
</style>
border-color css
<style>
span { border-color: #4FCACA; }
span { border-color: rgb(79,202,202); }
td.TdClassName
{
border-color: #4FCACA;
}
.TagClassName
{
border-color: #4FCACA;
}
</style>