Shades of Medium Turquoise #4FCBB7
Tints of Medium Turquoise #4FCBB7
RGB
CMYK
RGB Variations
Color information
#4FCBB7 (or 0x4FCBB7) is known color: Medium Turquoise. HEX triplet: 4F, CB and B7. RGB value is (79,203,183). Sum of RGB (Red+Green+Blue) = 79+203+183=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBB7 is #B03448. Grayscale: #A3A3A3. Windows color (decimal): -11547721 or 12045135. OLE color: 12045135.
HSL color Cylindrical-coordinate representation of color #4FCBB7: hue angle of 170.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCBB7 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 183 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.20 |
| HSL | 170.32º | 0.54% | 0.55% | - |
| HSV(B) | 170.32º | 0.61% | 0.8% | - |
| XYZ | 33.13 | 47.79 | 52.28 | - |
| YUV | 163.64 | 138.92 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 183 | 0.61 | 0 | 0.10 | 0.20 | 170.32 | 0.54 | 0.55 |
| Hex | 4F | CB | B7 | 3D | 0 | A | 14 | AA | 36 | 37 |
| Octal | 117 | 313 | 267 | 75 | 0 | 12 | 24 | 252 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10110111 | 111101 | 0 | 1010 | 10100 | 10101010 | 110110 | 110111 |
Color Harmonies of #4FCBB7
Complementary color
Monochromatic Colors of #4FCBB7
Black with #4FCBB7
Text Example
Text Example
White with #4FCBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBB7; }
p { color: rgb(79,203,183); }
H1.HeaderClassName
{
color: #4FCBB7;
}
.AnyTagClassName
{
color: #4FCBB7;
}
</style>
background-color css
<style>
a { background-color: #4FCBB7; }
a { background-color: rgb(79,203,183); }
div.DivClassName
{
background-color: #4FCBB7;
}
.BgClassName
{
background-color: #4FCBB7;
}
</style>
border-color css
<style>
span { border-color: #4FCBB7; }
span { border-color: rgb(79,203,183); }
td.TdClassName
{
border-color: #4FCBB7;
}
.TagClassName
{
border-color: #4FCBB7;
}
</style>