Shades of Turquoise #4FEBBD
Tints of Turquoise #4FEBBD
RGB
CMYK
RGB Variations
Color information
#4FEBBD (or 0x4FEBBD) is known color: Turquoise. HEX triplet: 4F, EB and BD. RGB value is (79,235,189). Sum of RGB (Red+Green+Blue) = 79+235+189=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBBD is #B01442. Grayscale: #B7B7B7. Windows color (decimal): -11539523 or 12446543. OLE color: 12446543.
HSL color Cylindrical-coordinate representation of color #4FEBBD: hue angle of 162.31º 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 #4FEBBD is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 189 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.08 |
| HSL | 162.31º | 0.8% | 0.62% | - |
| HSV(B) | 162.31º | 0.66% | 0.92% | - |
| XYZ | 42.12 | 64.75 | 58.42 | - |
| YUV | 183.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 189 | 0.66 | 0 | 0.20 | 0.08 | 162.31 | 0.8 | 0.62 |
| Hex | 4F | EB | BD | 42 | 0 | 14 | 8 | A2 | 50 | 3E |
| Octal | 117 | 353 | 275 | 102 | 0 | 24 | 10 | 242 | 120 | 76 |
| Binary | 1001111 | 11101011 | 10111101 | 1000010 | 0 | 10100 | 1000 | 10100010 | 1010000 | 111110 |
Color Harmonies of #4FEBBD
Complementary color
Monochromatic Colors of #4FEBBD
Black with #4FEBBD
Text Example
Text Example
White with #4FEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBBD; }
p { color: rgb(79,235,189); }
H1.HeaderClassName
{
color: #4FEBBD;
}
.AnyTagClassName
{
color: #4FEBBD;
}
</style>
background-color css
<style>
a { background-color: #4FEBBD; }
a { background-color: rgb(79,235,189); }
div.DivClassName
{
background-color: #4FEBBD;
}
.BgClassName
{
background-color: #4FEBBD;
}
</style>
border-color css
<style>
span { border-color: #4FEBBD; }
span { border-color: rgb(79,235,189); }
td.TdClassName
{
border-color: #4FEBBD;
}
.TagClassName
{
border-color: #4FEBBD;
}
</style>