Shades of Turquoise #4FECC2
Tints of Turquoise #4FECC2
RGB
CMYK
RGB Variations
Color information
#4FECC2 (or 0x4FECC2) is known color: Turquoise. HEX triplet: 4F, EC and C2. RGB value is (79,236,194). Sum of RGB (Red+Green+Blue) = 79+236+194=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECC2 is #B0133D. Grayscale: #B8B8B8. Windows color (decimal): -11539262 or 12774479. OLE color: 12774479.
HSL color Cylindrical-coordinate representation of color #4FECC2: hue angle of 163.95º 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 #4FECC2 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 194 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.07 |
| HSL | 163.95º | 0.81% | 0.62% | - |
| HSV(B) | 163.95º | 0.67% | 0.93% | - |
| XYZ | 42.96 | 65.55 | 61.43 | - |
| YUV | 184.27 | 133.49 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 194 | 0.67 | 0 | 0.18 | 0.07 | 163.95 | 0.81 | 0.62 |
| Hex | 4F | EC | C2 | 43 | 0 | 12 | 7 | A4 | 51 | 3E |
| Octal | 117 | 354 | 302 | 103 | 0 | 22 | 7 | 244 | 121 | 76 |
| Binary | 1001111 | 11101100 | 11000010 | 1000011 | 0 | 10010 | 111 | 10100100 | 1010001 | 111110 |
Color Harmonies of #4FECC2
Complementary color
Monochromatic Colors of #4FECC2
Black with #4FECC2
Text Example
Text Example
White with #4FECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECC2; }
p { color: rgb(79,236,194); }
H1.HeaderClassName
{
color: #4FECC2;
}
.AnyTagClassName
{
color: #4FECC2;
}
</style>
background-color css
<style>
a { background-color: #4FECC2; }
a { background-color: rgb(79,236,194); }
div.DivClassName
{
background-color: #4FECC2;
}
.BgClassName
{
background-color: #4FECC2;
}
</style>
border-color css
<style>
span { border-color: #4FECC2; }
span { border-color: rgb(79,236,194); }
td.TdClassName
{
border-color: #4FECC2;
}
.TagClassName
{
border-color: #4FECC2;
}
</style>