Shades of Turquoise #4FECCF
Tints of Turquoise #4FECCF
RGB
CMYK
RGB Variations
Color information
#4FECCF (or 0x4FECCF) is known color: Turquoise. HEX triplet: 4F, EC and CF. RGB value is (79,236,207). Sum of RGB (Red+Green+Blue) = 79+236+207=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECCF is #B01330. Grayscale: #B9B9B9. Windows color (decimal): -11539249 or 13626447. OLE color: 13626447.
HSL color Cylindrical-coordinate representation of color #4FECCF: hue angle of 168.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FECCF is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 207 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.07 |
| HSL | 168.92º | 0.81% | 0.62% | - |
| HSV(B) | 168.92º | 0.67% | 0.93% | - |
| XYZ | 44.48 | 66.16 | 69.46 | - |
| YUV | 185.75 | 139.99 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 207 | 0.67 | 0 | 0.12 | 0.07 | 168.92 | 0.81 | 0.62 |
| Hex | 4F | EC | CF | 43 | 0 | C | 7 | A9 | 51 | 3E |
| Octal | 117 | 354 | 317 | 103 | 0 | 14 | 7 | 251 | 121 | 76 |
| Binary | 1001111 | 11101100 | 11001111 | 1000011 | 0 | 1100 | 111 | 10101001 | 1010001 | 111110 |
Color Harmonies of #4FECCF
Complementary color
Monochromatic Colors of #4FECCF
Black with #4FECCF
Text Example
Text Example
White with #4FECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECCF; }
p { color: rgb(79,236,207); }
H1.HeaderClassName
{
color: #4FECCF;
}
.AnyTagClassName
{
color: #4FECCF;
}
</style>
background-color css
<style>
a { background-color: #4FECCF; }
a { background-color: rgb(79,236,207); }
div.DivClassName
{
background-color: #4FECCF;
}
.BgClassName
{
background-color: #4FECCF;
}
</style>
border-color css
<style>
span { border-color: #4FECCF; }
span { border-color: rgb(79,236,207); }
td.TdClassName
{
border-color: #4FECCF;
}
.TagClassName
{
border-color: #4FECCF;
}
</style>