Shades of Medium Turquoise #4FCABB
Tints of Medium Turquoise #4FCABB
RGB
CMYK
RGB Variations
Color information
#4FCABB (or 0x4FCABB) is known color: Medium Turquoise. HEX triplet: 4F, CA and BB. RGB value is (79,202,187). Sum of RGB (Red+Green+Blue) = 79+202+187=468 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.88% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCABB is #B03544. Grayscale: #A3A3A3. Windows color (decimal): -11547973 or 12307023. OLE color: 12307023.
HSL color Cylindrical-coordinate representation of color #4FCABB: hue angle of 172.68º 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 #4FCABB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 187 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.21 |
| HSL | 172.68º | 0.54% | 0.55% | - |
| HSV(B) | 172.68º | 0.61% | 0.79% | - |
| XYZ | 33.31 | 47.49 | 54.42 | - |
| YUV | 163.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 187 | 0.61 | 0 | 0.07 | 0.21 | 172.68 | 0.54 | 0.55 |
| Hex | 4F | CA | BB | 3D | 0 | 7 | 15 | AD | 36 | 37 |
| Octal | 117 | 312 | 273 | 75 | 0 | 7 | 25 | 255 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10111011 | 111101 | 0 | 111 | 10101 | 10101101 | 110110 | 110111 |
Color Harmonies of #4FCABB
Complementary color
Monochromatic Colors of #4FCABB
Black with #4FCABB
Text Example
Text Example
White with #4FCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCABB; }
p { color: rgb(79,202,187); }
H1.HeaderClassName
{
color: #4FCABB;
}
.AnyTagClassName
{
color: #4FCABB;
}
</style>
background-color css
<style>
a { background-color: #4FCABB; }
a { background-color: rgb(79,202,187); }
div.DivClassName
{
background-color: #4FCABB;
}
.BgClassName
{
background-color: #4FCABB;
}
</style>
border-color css
<style>
span { border-color: #4FCABB; }
span { border-color: rgb(79,202,187); }
td.TdClassName
{
border-color: #4FCABB;
}
.TagClassName
{
border-color: #4FCABB;
}
</style>