Shades of Medium Turquoise #4FCEDE
Tints of Medium Turquoise #4FCEDE
RGB
CMYK
RGB Variations
Color information
#4FCEDE (or 0x4FCEDE) is known color: Medium Turquoise. HEX triplet: 4F, CE and DE. RGB value is (79,206,222). Sum of RGB (Red+Green+Blue) = 79+206+222=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #4FCEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEDE is #B03121. Grayscale: #A9A9A9. Windows color (decimal): -11546914 or 14601807. OLE color: 14601807.
HSL color Cylindrical-coordinate representation of color #4FCEDE: hue angle of 186.71º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FCEDE is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 206 | 222 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.13 |
| HSL | 186.71º | 0.68% | 0.59% | - |
| HSV(B) | 186.71º | 0.64% | 0.87% | - |
| XYZ | 38.48 | 51.08 | 76.94 | - |
| YUV | 169.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 222 | 0.64 | 0.07 | 0 | 0.13 | 186.71 | 0.68 | 0.59 |
| Hex | 4F | CE | DE | 40 | 7 | 0 | D | BB | 44 | 3B |
| Octal | 117 | 316 | 336 | 100 | 7 | 0 | 15 | 273 | 104 | 73 |
| Binary | 1001111 | 11001110 | 11011110 | 1000000 | 111 | 0 | 1101 | 10111011 | 1000100 | 111011 |
Color Harmonies of #4FCEDE
Complementary color
Monochromatic Colors of #4FCEDE
Black with #4FCEDE
Text Example
Text Example
White with #4FCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEDE; }
p { color: rgb(79,206,222); }
H1.HeaderClassName
{
color: #4FCEDE;
}
.AnyTagClassName
{
color: #4FCEDE;
}
</style>
background-color css
<style>
a { background-color: #4FCEDE; }
a { background-color: rgb(79,206,222); }
div.DivClassName
{
background-color: #4FCEDE;
}
.BgClassName
{
background-color: #4FCEDE;
}
</style>
border-color css
<style>
span { border-color: #4FCEDE; }
span { border-color: rgb(79,206,222); }
td.TdClassName
{
border-color: #4FCEDE;
}
.TagClassName
{
border-color: #4FCEDE;
}
</style>