Shades of Turquoise #4FE7D1
Tints of Turquoise #4FE7D1
RGB
CMYK
RGB Variations
Color information
#4FE7D1 (or 0x4FE7D1) is known color: Turquoise. HEX triplet: 4F, E7 and D1. RGB value is (79,231,209). Sum of RGB (Red+Green+Blue) = 79+231+209=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE7D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE7D1 is #B0182E. Grayscale: #B6B6B6. Windows color (decimal): -11540527 or 13756239. OLE color: 13756239.
HSL color Cylindrical-coordinate representation of color #4FE7D1: hue angle of 171.32º degrees, saturation: 0.76, 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 #4FE7D1 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 209 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.09 |
| HSL | 171.32º | 0.76% | 0.61% | - |
| HSV(B) | 171.32º | 0.66% | 0.91% | - |
| XYZ | 43.31 | 63.42 | 70.28 | - |
| YUV | 183.04 | 142.64 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 209 | 0.66 | 0 | 0.10 | 0.09 | 171.32 | 0.76 | 0.61 |
| Hex | 4F | E7 | D1 | 42 | 0 | A | 9 | AB | 4C | 3D |
| Octal | 117 | 347 | 321 | 102 | 0 | 12 | 11 | 253 | 114 | 75 |
| Binary | 1001111 | 11100111 | 11010001 | 1000010 | 0 | 1010 | 1001 | 10101011 | 1001100 | 111101 |
Color Harmonies of #4FE7D1
Complementary color
Monochromatic Colors of #4FE7D1
Black with #4FE7D1
Text Example
Text Example
White with #4FE7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE7D1; }
p { color: rgb(79,231,209); }
H1.HeaderClassName
{
color: #4FE7D1;
}
.AnyTagClassName
{
color: #4FE7D1;
}
</style>
background-color css
<style>
a { background-color: #4FE7D1; }
a { background-color: rgb(79,231,209); }
div.DivClassName
{
background-color: #4FE7D1;
}
.BgClassName
{
background-color: #4FE7D1;
}
</style>
border-color css
<style>
span { border-color: #4FE7D1; }
span { border-color: rgb(79,231,209); }
td.TdClassName
{
border-color: #4FE7D1;
}
.TagClassName
{
border-color: #4FE7D1;
}
</style>