Shades of Turquoise #4FECCA
Tints of Turquoise #4FECCA
RGB
CMYK
RGB Variations
Color information
#4FECCA (or 0x4FECCA) is known color: Turquoise. HEX triplet: 4F, EC and CA. RGB value is (79,236,202). Sum of RGB (Red+Green+Blue) = 79+236+202=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECCA is #B01335. Grayscale: #B9B9B9. Windows color (decimal): -11539254 or 13298767. OLE color: 13298767.
HSL color Cylindrical-coordinate representation of color #4FECCA: hue angle of 167.01º 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 #4FECCA is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 202 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.07 |
| HSL | 167.01º | 0.81% | 0.62% | - |
| HSV(B) | 167.01º | 0.67% | 0.93% | - |
| XYZ | 43.88 | 65.92 | 66.29 | - |
| YUV | 185.18 | 137.49 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 202 | 0.67 | 0 | 0.14 | 0.07 | 167.01 | 0.81 | 0.62 |
| Hex | 4F | EC | CA | 43 | 0 | E | 7 | A7 | 51 | 3E |
| Octal | 117 | 354 | 312 | 103 | 0 | 16 | 7 | 247 | 121 | 76 |
| Binary | 1001111 | 11101100 | 11001010 | 1000011 | 0 | 1110 | 111 | 10100111 | 1010001 | 111110 |
Color Harmonies of #4FECCA
Complementary color
Monochromatic Colors of #4FECCA
Black with #4FECCA
Text Example
Text Example
White with #4FECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECCA; }
p { color: rgb(79,236,202); }
H1.HeaderClassName
{
color: #4FECCA;
}
.AnyTagClassName
{
color: #4FECCA;
}
</style>
background-color css
<style>
a { background-color: #4FECCA; }
a { background-color: rgb(79,236,202); }
div.DivClassName
{
background-color: #4FECCA;
}
.BgClassName
{
background-color: #4FECCA;
}
</style>
border-color css
<style>
span { border-color: #4FECCA; }
span { border-color: rgb(79,236,202); }
td.TdClassName
{
border-color: #4FECCA;
}
.TagClassName
{
border-color: #4FECCA;
}
</style>