Shades of Turquoise #4FEBE3
Tints of Turquoise #4FEBE3
RGB
CMYK
RGB Variations
Color information
#4FEBE3 (or 0x4FEBE3) is known color: Turquoise. HEX triplet: 4F, EB and E3. RGB value is (79,235,227). Sum of RGB (Red+Green+Blue) = 79+235+227=541 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.60% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBE3 is #B0141C. Grayscale: #BBBBBB. Windows color (decimal): -11539485 or 14936911. OLE color: 14936911.
HSL color Cylindrical-coordinate representation of color #4FEBE3: hue angle of 176.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBE3 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 227 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.08 |
| HSL | 176.92º | 0.8% | 0.62% | - |
| HSV(B) | 176.92º | 0.66% | 0.92% | - |
| XYZ | 46.8 | 66.62 | 83.07 | - |
| YUV | 187.44 | 150.32 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 227 | 0.66 | 0 | 0.03 | 0.08 | 176.92 | 0.8 | 0.62 |
| Hex | 4F | EB | E3 | 42 | 0 | 3 | 8 | B1 | 50 | 3E |
| Octal | 117 | 353 | 343 | 102 | 0 | 3 | 10 | 261 | 120 | 76 |
| Binary | 1001111 | 11101011 | 11100011 | 1000010 | 0 | 11 | 1000 | 10110001 | 1010000 | 111110 |
Color Harmonies of #4FEBE3
Complementary color
Monochromatic Colors of #4FEBE3
Black with #4FEBE3
Text Example
Text Example
White with #4FEBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBE3; }
p { color: rgb(79,235,227); }
H1.HeaderClassName
{
color: #4FEBE3;
}
.AnyTagClassName
{
color: #4FEBE3;
}
</style>
background-color css
<style>
a { background-color: #4FEBE3; }
a { background-color: rgb(79,235,227); }
div.DivClassName
{
background-color: #4FEBE3;
}
.BgClassName
{
background-color: #4FEBE3;
}
</style>
border-color css
<style>
span { border-color: #4FEBE3; }
span { border-color: rgb(79,235,227); }
td.TdClassName
{
border-color: #4FEBE3;
}
.TagClassName
{
border-color: #4FEBE3;
}
</style>