Shades of Turquoise #4FE7E6
Tints of Turquoise #4FE7E6
RGB
CMYK
RGB Variations
Color information
#4FE7E6 (or 0x4FE7E6) is known color: Turquoise. HEX triplet: 4F, E7 and E6. RGB value is (79,231,230). Sum of RGB (Red+Green+Blue) = 79+231+230=540 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.63% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FE7E6 is #B01819. Grayscale: #B9B9B9. Windows color (decimal): -11540506 or 15132495. OLE color: 15132495.
HSL color Cylindrical-coordinate representation of color #4FE7E6: hue angle of 179.61º 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 #4FE7E6 is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 230 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.09 |
| HSL | 179.61º | 0.76% | 0.61% | - |
| HSV(B) | 179.61º | 0.66% | 0.91% | - |
| XYZ | 46.08 | 64.53 | 84.89 | - |
| YUV | 185.44 | 153.14 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 230 | 0.66 | 0 | 0.00 | 0.09 | 179.61 | 0.76 | 0.61 |
| Hex | 4F | E7 | E6 | 42 | 0 | 0 | 9 | B4 | 4C | 3D |
| Octal | 117 | 347 | 346 | 102 | 0 | 0 | 11 | 264 | 114 | 75 |
| Binary | 1001111 | 11100111 | 11100110 | 1000010 | 0 | 0 | 1001 | 10110100 | 1001100 | 111101 |
Color Harmonies of #4FE7E6
Complementary color
Monochromatic Colors of #4FE7E6
Black with #4FE7E6
Text Example
Text Example
White with #4FE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE7E6; }
p { color: rgb(79,231,230); }
H1.HeaderClassName
{
color: #4FE7E6;
}
.AnyTagClassName
{
color: #4FE7E6;
}
</style>
background-color css
<style>
a { background-color: #4FE7E6; }
a { background-color: rgb(79,231,230); }
div.DivClassName
{
background-color: #4FE7E6;
}
.BgClassName
{
background-color: #4FE7E6;
}
</style>
border-color css
<style>
span { border-color: #4FE7E6; }
span { border-color: rgb(79,231,230); }
td.TdClassName
{
border-color: #4FE7E6;
}
.TagClassName
{
border-color: #4FE7E6;
}
</style>