Shades of Medium Turquoise #4FCABF
Tints of Medium Turquoise #4FCABF
RGB
CMYK
RGB Variations
Color information
#4FCABF (or 0x4FCABF) is known color: Medium Turquoise. HEX triplet: 4F, CA and BF. RGB value is (79,202,191). Sum of RGB (Red+Green+Blue) = 79+202+191=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCABF is #B03540. Grayscale: #A3A3A3. Windows color (decimal): -11547969 or 12569167. OLE color: 12569167.
HSL color Cylindrical-coordinate representation of color #4FCABF: hue angle of 174.63º 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 #4FCABF is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 191 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.21 |
| HSL | 174.63º | 0.54% | 0.55% | - |
| HSV(B) | 174.63º | 0.61% | 0.79% | - |
| XYZ | 33.75 | 47.66 | 56.71 | - |
| YUV | 163.97 | 143.25 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 191 | 0.61 | 0 | 0.05 | 0.21 | 174.63 | 0.54 | 0.55 |
| Hex | 4F | CA | BF | 3D | 0 | 5 | 15 | AF | 36 | 37 |
| Octal | 117 | 312 | 277 | 75 | 0 | 5 | 25 | 257 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10111111 | 111101 | 0 | 101 | 10101 | 10101111 | 110110 | 110111 |
Color Harmonies of #4FCABF
Complementary color
Monochromatic Colors of #4FCABF
Black with #4FCABF
Text Example
Text Example
White with #4FCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCABF; }
p { color: rgb(79,202,191); }
H1.HeaderClassName
{
color: #4FCABF;
}
.AnyTagClassName
{
color: #4FCABF;
}
</style>
background-color css
<style>
a { background-color: #4FCABF; }
a { background-color: rgb(79,202,191); }
div.DivClassName
{
background-color: #4FCABF;
}
.BgClassName
{
background-color: #4FCABF;
}
</style>
border-color css
<style>
span { border-color: #4FCABF; }
span { border-color: rgb(79,202,191); }
td.TdClassName
{
border-color: #4FCABF;
}
.TagClassName
{
border-color: #4FCABF;
}
</style>