Shades of Turquoise #4FE7CE
Tints of Turquoise #4FE7CE
RGB
CMYK
RGB Variations
Color information
#4FE7CE (or 0x4FE7CE) is known color: Turquoise. HEX triplet: 4F, E7 and CE. RGB value is (79,231,206). Sum of RGB (Red+Green+Blue) = 79+231+206=516 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.31% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE7CE is #B01831. Grayscale: #B6B6B6. Windows color (decimal): -11540530 or 13559631. OLE color: 13559631.
HSL color Cylindrical-coordinate representation of color #4FE7CE: hue angle of 170.13º 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 #4FE7CE is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 206 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.09 |
| HSL | 170.13º | 0.76% | 0.61% | - |
| HSV(B) | 170.13º | 0.66% | 0.91% | - |
| XYZ | 42.94 | 63.27 | 68.34 | - |
| YUV | 182.7 | 141.14 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 206 | 0.66 | 0 | 0.11 | 0.09 | 170.13 | 0.76 | 0.61 |
| Hex | 4F | E7 | CE | 42 | 0 | B | 9 | AA | 4C | 3D |
| Octal | 117 | 347 | 316 | 102 | 0 | 13 | 11 | 252 | 114 | 75 |
| Binary | 1001111 | 11100111 | 11001110 | 1000010 | 0 | 1011 | 1001 | 10101010 | 1001100 | 111101 |
Color Harmonies of #4FE7CE
Complementary color
Monochromatic Colors of #4FE7CE
Black with #4FE7CE
Text Example
Text Example
White with #4FE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE7CE; }
p { color: rgb(79,231,206); }
H1.HeaderClassName
{
color: #4FE7CE;
}
.AnyTagClassName
{
color: #4FE7CE;
}
</style>
background-color css
<style>
a { background-color: #4FE7CE; }
a { background-color: rgb(79,231,206); }
div.DivClassName
{
background-color: #4FE7CE;
}
.BgClassName
{
background-color: #4FE7CE;
}
</style>
border-color css
<style>
span { border-color: #4FE7CE; }
span { border-color: rgb(79,231,206); }
td.TdClassName
{
border-color: #4FE7CE;
}
.TagClassName
{
border-color: #4FE7CE;
}
</style>