Shades of Turquoise #4FEFBC
Tints of Turquoise #4FEFBC
RGB
CMYK
RGB Variations
Color information
#4FEFBC (or 0x4FEFBC) is known color: Turquoise. HEX triplet: 4F, EF and BC. RGB value is (79,239,188). Sum of RGB (Red+Green+Blue) = 79+239+188=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFBC is #B01043. Grayscale: #B9B9B9. Windows color (decimal): -11538500 or 12382031. OLE color: 12382031.
HSL color Cylindrical-coordinate representation of color #4FEFBC: hue angle of 160.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFBC is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 188 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.06 |
| HSL | 160.88º | 0.83% | 0.62% | - |
| HSV(B) | 160.88º | 0.67% | 0.94% | - |
| XYZ | 43.17 | 67.03 | 58.24 | - |
| YUV | 185.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 188 | 0.67 | 0 | 0.21 | 0.06 | 160.88 | 0.83 | 0.62 |
| Hex | 4F | EF | BC | 43 | 0 | 15 | 6 | A1 | 53 | 3E |
| Octal | 117 | 357 | 274 | 103 | 0 | 25 | 6 | 241 | 123 | 76 |
| Binary | 1001111 | 11101111 | 10111100 | 1000011 | 0 | 10101 | 110 | 10100001 | 1010011 | 111110 |
Color Harmonies of #4FEFBC
Complementary color
Monochromatic Colors of #4FEFBC
Black with #4FEFBC
Text Example
Text Example
White with #4FEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFBC; }
p { color: rgb(79,239,188); }
H1.HeaderClassName
{
color: #4FEFBC;
}
.AnyTagClassName
{
color: #4FEFBC;
}
</style>
background-color css
<style>
a { background-color: #4FEFBC; }
a { background-color: rgb(79,239,188); }
div.DivClassName
{
background-color: #4FEFBC;
}
.BgClassName
{
background-color: #4FEFBC;
}
</style>
border-color css
<style>
span { border-color: #4FEFBC; }
span { border-color: rgb(79,239,188); }
td.TdClassName
{
border-color: #4FEFBC;
}
.TagClassName
{
border-color: #4FEFBC;
}
</style>