Shades of Turquoise #4FEEBC
Tints of Turquoise #4FEEBC
RGB
CMYK
RGB Variations
Color information
#4FEEBC (or 0x4FEEBC) is known color: Turquoise. HEX triplet: 4F, EE and BC. RGB value is (79,238,188). Sum of RGB (Red+Green+Blue) = 79+238+188=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEBC is #B01143. Grayscale: #B8B8B8. Windows color (decimal): -11538756 or 12381775. OLE color: 12381775.
HSL color Cylindrical-coordinate representation of color #4FEEBC: hue angle of 161.13º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEEBC is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 188 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.07 |
| HSL | 161.13º | 0.82% | 0.62% | - |
| HSV(B) | 161.13º | 0.67% | 0.93% | - |
| XYZ | 42.88 | 66.44 | 58.14 | - |
| YUV | 184.76 | 129.82 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 188 | 0.67 | 0 | 0.21 | 0.07 | 161.13 | 0.82 | 0.62 |
| Hex | 4F | EE | BC | 43 | 0 | 15 | 7 | A1 | 52 | 3E |
| Octal | 117 | 356 | 274 | 103 | 0 | 25 | 7 | 241 | 122 | 76 |
| Binary | 1001111 | 11101110 | 10111100 | 1000011 | 0 | 10101 | 111 | 10100001 | 1010010 | 111110 |
Color Harmonies of #4FEEBC
Complementary color
Monochromatic Colors of #4FEEBC
Black with #4FEEBC
Text Example
Text Example
White with #4FEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEBC; }
p { color: rgb(79,238,188); }
H1.HeaderClassName
{
color: #4FEEBC;
}
.AnyTagClassName
{
color: #4FEEBC;
}
</style>
background-color css
<style>
a { background-color: #4FEEBC; }
a { background-color: rgb(79,238,188); }
div.DivClassName
{
background-color: #4FEEBC;
}
.BgClassName
{
background-color: #4FEEBC;
}
</style>
border-color css
<style>
span { border-color: #4FEEBC; }
span { border-color: rgb(79,238,188); }
td.TdClassName
{
border-color: #4FEEBC;
}
.TagClassName
{
border-color: #4FEEBC;
}
</style>