Shades of Turquoise #4FE8BD
Tints of Turquoise #4FE8BD
RGB
CMYK
RGB Variations
Color information
#4FE8BD (or 0x4FE8BD) is known color: Turquoise. HEX triplet: 4F, E8 and BD. RGB value is (79,232,189). Sum of RGB (Red+Green+Blue) = 79+232+189=500 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.8% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #4FE8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE8BD is #B01742. Grayscale: #B5B5B5. Windows color (decimal): -11540291 or 12445775. OLE color: 12445775.
HSL color Cylindrical-coordinate representation of color #4FE8BD: hue angle of 163.14º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE8BD is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 232 | 189 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.09 |
| HSL | 163.14º | 0.77% | 0.61% | - |
| HSV(B) | 163.14º | 0.66% | 0.91% | - |
| XYZ | 41.27 | 63.05 | 58.14 | - |
| YUV | 181.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 232 | 189 | 0.66 | 0 | 0.19 | 0.09 | 163.14 | 0.77 | 0.61 |
| Hex | 4F | E8 | BD | 42 | 0 | 13 | 9 | A3 | 4D | 3D |
| Octal | 117 | 350 | 275 | 102 | 0 | 23 | 11 | 243 | 115 | 75 |
| Binary | 1001111 | 11101000 | 10111101 | 1000010 | 0 | 10011 | 1001 | 10100011 | 1001101 | 111101 |
Color Harmonies of #4FE8BD
Complementary color
Monochromatic Colors of #4FE8BD
Black with #4FE8BD
Text Example
Text Example
White with #4FE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE8BD; }
p { color: rgb(79,232,189); }
H1.HeaderClassName
{
color: #4FE8BD;
}
.AnyTagClassName
{
color: #4FE8BD;
}
</style>
background-color css
<style>
a { background-color: #4FE8BD; }
a { background-color: rgb(79,232,189); }
div.DivClassName
{
background-color: #4FE8BD;
}
.BgClassName
{
background-color: #4FE8BD;
}
</style>
border-color css
<style>
span { border-color: #4FE8BD; }
span { border-color: rgb(79,232,189); }
td.TdClassName
{
border-color: #4FE8BD;
}
.TagClassName
{
border-color: #4FE8BD;
}
</style>