Shades of Medium Turquoise #4FCABC
Tints of Medium Turquoise #4FCABC
RGB
CMYK
RGB Variations
Color information
#4FCABC (or 0x4FCABC) is known color: Medium Turquoise. HEX triplet: 4F, CA and BC. RGB value is (79,202,188). Sum of RGB (Red+Green+Blue) = 79+202+188=469 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.84% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCABC is #B03543. Grayscale: #A3A3A3. Windows color (decimal): -11547972 or 12372559. OLE color: 12372559.
HSL color Cylindrical-coordinate representation of color #4FCABC: hue angle of 173.17º 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 #4FCABC is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 188 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.21 |
| HSL | 173.17º | 0.54% | 0.55% | - |
| HSV(B) | 173.17º | 0.61% | 0.79% | - |
| XYZ | 33.42 | 47.53 | 54.99 | - |
| YUV | 163.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 188 | 0.61 | 0 | 0.07 | 0.21 | 173.17 | 0.54 | 0.55 |
| Hex | 4F | CA | BC | 3D | 0 | 7 | 15 | AD | 36 | 37 |
| Octal | 117 | 312 | 274 | 75 | 0 | 7 | 25 | 255 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10111100 | 111101 | 0 | 111 | 10101 | 10101101 | 110110 | 110111 |
Color Harmonies of #4FCABC
Complementary color
Monochromatic Colors of #4FCABC
Black with #4FCABC
Text Example
Text Example
White with #4FCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCABC; }
p { color: rgb(79,202,188); }
H1.HeaderClassName
{
color: #4FCABC;
}
.AnyTagClassName
{
color: #4FCABC;
}
</style>
background-color css
<style>
a { background-color: #4FCABC; }
a { background-color: rgb(79,202,188); }
div.DivClassName
{
background-color: #4FCABC;
}
.BgClassName
{
background-color: #4FCABC;
}
</style>
border-color css
<style>
span { border-color: #4FCABC; }
span { border-color: rgb(79,202,188); }
td.TdClassName
{
border-color: #4FCABC;
}
.TagClassName
{
border-color: #4FCABC;
}
</style>