Shades of Turquoise #4FDEBC
Tints of Turquoise #4FDEBC
RGB
CMYK
RGB Variations
Color information
#4FDEBC (or 0x4FDEBC) is known color: Turquoise. HEX triplet: 4F, DE and BC. RGB value is (79,222,188). Sum of RGB (Red+Green+Blue) = 79+222+188=489 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.16% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDEBC is #B02143. Grayscale: #AFAFAF. Windows color (decimal): -11542852 or 12377679. OLE color: 12377679.
HSL color Cylindrical-coordinate representation of color #4FDEBC: hue angle of 165.73º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDEBC is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 188 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.13 |
| HSL | 165.73º | 0.68% | 0.59% | - |
| HSV(B) | 165.73º | 0.64% | 0.87% | - |
| XYZ | 38.42 | 57.54 | 56.66 | - |
| YUV | 175.37 | 135.12 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 188 | 0.64 | 0 | 0.15 | 0.13 | 165.73 | 0.68 | 0.59 |
| Hex | 4F | DE | BC | 40 | 0 | F | D | A6 | 44 | 3B |
| Octal | 117 | 336 | 274 | 100 | 0 | 17 | 15 | 246 | 104 | 73 |
| Binary | 1001111 | 11011110 | 10111100 | 1000000 | 0 | 1111 | 1101 | 10100110 | 1000100 | 111011 |
Color Harmonies of #4FDEBC
Complementary color
Monochromatic Colors of #4FDEBC
Black with #4FDEBC
Text Example
Text Example
White with #4FDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDEBC; }
p { color: rgb(79,222,188); }
H1.HeaderClassName
{
color: #4FDEBC;
}
.AnyTagClassName
{
color: #4FDEBC;
}
</style>
background-color css
<style>
a { background-color: #4FDEBC; }
a { background-color: rgb(79,222,188); }
div.DivClassName
{
background-color: #4FDEBC;
}
.BgClassName
{
background-color: #4FDEBC;
}
</style>
border-color css
<style>
span { border-color: #4FDEBC; }
span { border-color: rgb(79,222,188); }
td.TdClassName
{
border-color: #4FDEBC;
}
.TagClassName
{
border-color: #4FDEBC;
}
</style>