Shades of Turquoise #4FEEC0
Tints of Turquoise #4FEEC0
RGB
CMYK
RGB Variations
Color information
#4FEEC0 (or 0x4FEEC0) is known color: Turquoise. HEX triplet: 4F, EE and C0. RGB value is (79,238,192). Sum of RGB (Red+Green+Blue) = 79+238+192=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEC0 is #B0113F. Grayscale: #B9B9B9. Windows color (decimal): -11538752 or 12643919. OLE color: 12643919.
HSL color Cylindrical-coordinate representation of color #4FEEC0: hue angle of 162.64º degrees, saturation: 0.82, 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 #4FEEC0 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 192 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.07 |
| HSL | 162.64º | 0.82% | 0.62% | - |
| HSV(B) | 162.64º | 0.67% | 0.93% | - |
| XYZ | 43.31 | 66.62 | 60.44 | - |
| YUV | 185.22 | 131.82 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 192 | 0.67 | 0 | 0.19 | 0.07 | 162.64 | 0.82 | 0.62 |
| Hex | 4F | EE | C0 | 43 | 0 | 13 | 7 | A3 | 52 | 3E |
| Octal | 117 | 356 | 300 | 103 | 0 | 23 | 7 | 243 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11000000 | 1000011 | 0 | 10011 | 111 | 10100011 | 1010010 | 111110 |
Color Harmonies of #4FEEC0
Complementary color
Monochromatic Colors of #4FEEC0
Black with #4FEEC0
Text Example
Text Example
White with #4FEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEC0; }
p { color: rgb(79,238,192); }
H1.HeaderClassName
{
color: #4FEEC0;
}
.AnyTagClassName
{
color: #4FEEC0;
}
</style>
background-color css
<style>
a { background-color: #4FEEC0; }
a { background-color: rgb(79,238,192); }
div.DivClassName
{
background-color: #4FEEC0;
}
.BgClassName
{
background-color: #4FEEC0;
}
</style>
border-color css
<style>
span { border-color: #4FEEC0; }
span { border-color: rgb(79,238,192); }
td.TdClassName
{
border-color: #4FEEC0;
}
.TagClassName
{
border-color: #4FEEC0;
}
</style>