Shades of Medium Turquoise #4FD8CE
Tints of Medium Turquoise #4FD8CE
RGB
CMYK
RGB Variations
Color information
#4FD8CE (or 0x4FD8CE) is known color: Medium Turquoise. HEX triplet: 4F, D8 and CE. RGB value is (79,216,206). Sum of RGB (Red+Green+Blue) = 79+216+206=501 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.77% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #4FD8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD8CE is #B02731. Grayscale: #ADADAD. Windows color (decimal): -11544370 or 13555791. OLE color: 13555791.
HSL color Cylindrical-coordinate representation of color #4FD8CE: hue angle of 175.62º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FD8CE is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 216 | 206 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.15 |
| HSL | 175.62º | 0.64% | 0.58% | - |
| HSV(B) | 175.62º | 0.63% | 0.85% | - |
| XYZ | 38.92 | 55.23 | 67 | - |
| YUV | 173.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 216 | 206 | 0.63 | 0 | 0.05 | 0.15 | 175.62 | 0.64 | 0.58 |
| Hex | 4F | D8 | CE | 3F | 0 | 5 | F | B0 | 40 | 3A |
| Octal | 117 | 330 | 316 | 77 | 0 | 5 | 17 | 260 | 100 | 72 |
| Binary | 1001111 | 11011000 | 11001110 | 111111 | 0 | 101 | 1111 | 10110000 | 1000000 | 111010 |
Color Harmonies of #4FD8CE
Complementary color
Monochromatic Colors of #4FD8CE
Black with #4FD8CE
Text Example
Text Example
White with #4FD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD8CE; }
p { color: rgb(79,216,206); }
H1.HeaderClassName
{
color: #4FD8CE;
}
.AnyTagClassName
{
color: #4FD8CE;
}
</style>
background-color css
<style>
a { background-color: #4FD8CE; }
a { background-color: rgb(79,216,206); }
div.DivClassName
{
background-color: #4FD8CE;
}
.BgClassName
{
background-color: #4FD8CE;
}
</style>
border-color css
<style>
span { border-color: #4FD8CE; }
span { border-color: rgb(79,216,206); }
td.TdClassName
{
border-color: #4FD8CE;
}
.TagClassName
{
border-color: #4FD8CE;
}
</style>