Shades of Turquoise #4FEECC
Tints of Turquoise #4FEECC
RGB
CMYK
RGB Variations
Color information
#4FEECC (or 0x4FEECC) is known color: Turquoise. HEX triplet: 4F, EE and CC. RGB value is (79,238,204). Sum of RGB (Red+Green+Blue) = 79+238+204=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEECC is #B01133. Grayscale: #BABABA. Windows color (decimal): -11538740 or 13430351. OLE color: 13430351.
HSL color Cylindrical-coordinate representation of color #4FEECC: hue angle of 167.17º 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 #4FEECC is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 204 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.07 |
| HSL | 167.17º | 0.82% | 0.62% | - |
| HSV(B) | 167.17º | 0.67% | 0.93% | - |
| XYZ | 44.7 | 67.17 | 67.74 | - |
| YUV | 186.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 204 | 0.67 | 0 | 0.14 | 0.07 | 167.17 | 0.82 | 0.62 |
| Hex | 4F | EE | CC | 43 | 0 | E | 7 | A7 | 52 | 3E |
| Octal | 117 | 356 | 314 | 103 | 0 | 16 | 7 | 247 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11001100 | 1000011 | 0 | 1110 | 111 | 10100111 | 1010010 | 111110 |
Color Harmonies of #4FEECC
Complementary color
Monochromatic Colors of #4FEECC
Black with #4FEECC
Text Example
Text Example
White with #4FEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEECC; }
p { color: rgb(79,238,204); }
H1.HeaderClassName
{
color: #4FEECC;
}
.AnyTagClassName
{
color: #4FEECC;
}
</style>
background-color css
<style>
a { background-color: #4FEECC; }
a { background-color: rgb(79,238,204); }
div.DivClassName
{
background-color: #4FEECC;
}
.BgClassName
{
background-color: #4FEECC;
}
</style>
border-color css
<style>
span { border-color: #4FEECC; }
span { border-color: rgb(79,238,204); }
td.TdClassName
{
border-color: #4FEECC;
}
.TagClassName
{
border-color: #4FEECC;
}
</style>