Shades of Medium Turquoise #4FCED8
Tints of Medium Turquoise #4FCED8
RGB
CMYK
RGB Variations
Color information
#4FCED8 (or 0x4FCED8) is known color: Medium Turquoise. HEX triplet: 4F, CE and D8. RGB value is (79,206,216). Sum of RGB (Red+Green+Blue) = 79+206+216=501 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.77% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #4FCED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCED8 is #B03127. Grayscale: #A8A8A8. Windows color (decimal): -11546920 or 14208591. OLE color: 14208591.
HSL color Cylindrical-coordinate representation of color #4FCED8: hue angle of 184.38º 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 #4FCED8 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 206 | 216 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.15 |
| HSL | 184.38º | 0.64% | 0.58% | - |
| HSV(B) | 184.38º | 0.63% | 0.85% | - |
| XYZ | 37.69 | 50.76 | 72.78 | - |
| YUV | 169.17 | 154.42 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 216 | 0.63 | 0.05 | 0 | 0.15 | 184.38 | 0.64 | 0.58 |
| Hex | 4F | CE | D8 | 3F | 5 | 0 | F | B8 | 40 | 3A |
| Octal | 117 | 316 | 330 | 77 | 5 | 0 | 17 | 270 | 100 | 72 |
| Binary | 1001111 | 11001110 | 11011000 | 111111 | 101 | 0 | 1111 | 10111000 | 1000000 | 111010 |
Color Harmonies of #4FCED8
Complementary color
Monochromatic Colors of #4FCED8
Black with #4FCED8
Text Example
Text Example
White with #4FCED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCED8; }
p { color: rgb(79,206,216); }
H1.HeaderClassName
{
color: #4FCED8;
}
.AnyTagClassName
{
color: #4FCED8;
}
</style>
background-color css
<style>
a { background-color: #4FCED8; }
a { background-color: rgb(79,206,216); }
div.DivClassName
{
background-color: #4FCED8;
}
.BgClassName
{
background-color: #4FCED8;
}
</style>
border-color css
<style>
span { border-color: #4FCED8; }
span { border-color: rgb(79,206,216); }
td.TdClassName
{
border-color: #4FCED8;
}
.TagClassName
{
border-color: #4FCED8;
}
</style>