Shades of Medium Turquoise #4FCAB8
Tints of Medium Turquoise #4FCAB8
RGB
CMYK
RGB Variations
Color information
#4FCAB8 (or 0x4FCAB8) is known color: Medium Turquoise. HEX triplet: 4F, CA and B8. RGB value is (79,202,184). Sum of RGB (Red+Green+Blue) = 79+202+184=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAB8 is #B03547. Grayscale: #A3A3A3. Windows color (decimal): -11547976 or 12110415. OLE color: 12110415.
HSL color Cylindrical-coordinate representation of color #4FCAB8: hue angle of 171.22º 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 #4FCAB8 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 184 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.21 |
| HSL | 171.22º | 0.54% | 0.55% | - |
| HSV(B) | 171.22º | 0.61% | 0.79% | - |
| XYZ | 33 | 47.36 | 52.75 | - |
| YUV | 163.17 | 139.75 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 184 | 0.61 | 0 | 0.09 | 0.21 | 171.22 | 0.54 | 0.55 |
| Hex | 4F | CA | B8 | 3D | 0 | 9 | 15 | AB | 36 | 37 |
| Octal | 117 | 312 | 270 | 75 | 0 | 11 | 25 | 253 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10111000 | 111101 | 0 | 1001 | 10101 | 10101011 | 110110 | 110111 |
Color Harmonies of #4FCAB8
Complementary color
Monochromatic Colors of #4FCAB8
Black with #4FCAB8
Text Example
Text Example
White with #4FCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAB8; }
p { color: rgb(79,202,184); }
H1.HeaderClassName
{
color: #4FCAB8;
}
.AnyTagClassName
{
color: #4FCAB8;
}
</style>
background-color css
<style>
a { background-color: #4FCAB8; }
a { background-color: rgb(79,202,184); }
div.DivClassName
{
background-color: #4FCAB8;
}
.BgClassName
{
background-color: #4FCAB8;
}
</style>
border-color css
<style>
span { border-color: #4FCAB8; }
span { border-color: rgb(79,202,184); }
td.TdClassName
{
border-color: #4FCAB8;
}
.TagClassName
{
border-color: #4FCAB8;
}
</style>