Shades of Turquoise #4FECD0
Tints of Turquoise #4FECD0
RGB
CMYK
RGB Variations
Color information
#4FECD0 (or 0x4FECD0) is known color: Turquoise. HEX triplet: 4F, EC and D0. RGB value is (79,236,208). Sum of RGB (Red+Green+Blue) = 79+236+208=523 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.11% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECD0 is #B0132F. Grayscale: #B9B9B9. Windows color (decimal): -11539248 or 13691983. OLE color: 13691983.
HSL color Cylindrical-coordinate representation of color #4FECD0: hue angle of 169.3º 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 #4FECD0 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 208 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.07 |
| HSL | 169.3º | 0.81% | 0.62% | - |
| HSV(B) | 169.3º | 0.67% | 0.93% | - |
| XYZ | 44.61 | 66.21 | 70.1 | - |
| YUV | 185.87 | 140.49 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 208 | 0.67 | 0 | 0.12 | 0.07 | 169.3 | 0.81 | 0.62 |
| Hex | 4F | EC | D0 | 43 | 0 | C | 7 | A9 | 51 | 3E |
| Octal | 117 | 354 | 320 | 103 | 0 | 14 | 7 | 251 | 121 | 76 |
| Binary | 1001111 | 11101100 | 11010000 | 1000011 | 0 | 1100 | 111 | 10101001 | 1010001 | 111110 |
Color Harmonies of #4FECD0
Complementary color
Monochromatic Colors of #4FECD0
Black with #4FECD0
Text Example
Text Example
White with #4FECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECD0; }
p { color: rgb(79,236,208); }
H1.HeaderClassName
{
color: #4FECD0;
}
.AnyTagClassName
{
color: #4FECD0;
}
</style>
background-color css
<style>
a { background-color: #4FECD0; }
a { background-color: rgb(79,236,208); }
div.DivClassName
{
background-color: #4FECD0;
}
.BgClassName
{
background-color: #4FECD0;
}
</style>
border-color css
<style>
span { border-color: #4FECD0; }
span { border-color: rgb(79,236,208); }
td.TdClassName
{
border-color: #4FECD0;
}
.TagClassName
{
border-color: #4FECD0;
}
</style>