Shades of Turquoise #4FE9E1
Tints of Turquoise #4FE9E1
RGB
CMYK
RGB Variations
Color information
#4FE9E1 (or 0x4FE9E1) is known color: Turquoise. HEX triplet: 4F, E9 and E1. RGB value is (79,233,225). Sum of RGB (Red+Green+Blue) = 79+233+225=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE9E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE9E1 is #B0161E. Grayscale: #B9B9B9. Windows color (decimal): -11539999 or 14805327. OLE color: 14805327.
HSL color Cylindrical-coordinate representation of color #4FE9E1: hue angle of 176.88º degrees, saturation: 0.78, 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 #4FE9E1 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 233 | 225 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.09 |
| HSL | 176.88º | 0.78% | 0.61% | - |
| HSV(B) | 176.88º | 0.66% | 0.91% | - |
| XYZ | 45.95 | 65.38 | 81.43 | - |
| YUV | 186.04 | 149.98 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 233 | 225 | 0.66 | 0 | 0.03 | 0.09 | 176.88 | 0.78 | 0.61 |
| Hex | 4F | E9 | E1 | 42 | 0 | 3 | 9 | B1 | 4E | 3D |
| Octal | 117 | 351 | 341 | 102 | 0 | 3 | 11 | 261 | 116 | 75 |
| Binary | 1001111 | 11101001 | 11100001 | 1000010 | 0 | 11 | 1001 | 10110001 | 1001110 | 111101 |
Color Harmonies of #4FE9E1
Complementary color
Monochromatic Colors of #4FE9E1
Black with #4FE9E1
Text Example
Text Example
White with #4FE9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE9E1; }
p { color: rgb(79,233,225); }
H1.HeaderClassName
{
color: #4FE9E1;
}
.AnyTagClassName
{
color: #4FE9E1;
}
</style>
background-color css
<style>
a { background-color: #4FE9E1; }
a { background-color: rgb(79,233,225); }
div.DivClassName
{
background-color: #4FE9E1;
}
.BgClassName
{
background-color: #4FE9E1;
}
</style>
border-color css
<style>
span { border-color: #4FE9E1; }
span { border-color: rgb(79,233,225); }
td.TdClassName
{
border-color: #4FE9E1;
}
.TagClassName
{
border-color: #4FE9E1;
}
</style>