Shades of Medium Turquoise #4FCEDF
Tints of Medium Turquoise #4FCEDF
RGB
CMYK
RGB Variations
Color information
#4FCEDF (or 0x4FCEDF) is known color: Medium Turquoise. HEX triplet: 4F, CE and DF. RGB value is (79,206,223). Sum of RGB (Red+Green+Blue) = 79+206+223=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FCEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEDF is #B03120. Grayscale: #A9A9A9. Windows color (decimal): -11546913 or 14667343. OLE color: 14667343.
HSL color Cylindrical-coordinate representation of color #4FCEDF: hue angle of 187.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FCEDF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 206 | 223 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.13 |
| HSL | 187.08º | 0.69% | 0.59% | - |
| HSV(B) | 187.08º | 0.65% | 0.87% | - |
| XYZ | 38.62 | 51.13 | 77.65 | - |
| YUV | 169.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 223 | 0.65 | 0.08 | 0 | 0.13 | 187.08 | 0.69 | 0.59 |
| Hex | 4F | CE | DF | 41 | 8 | 0 | D | BB | 45 | 3B |
| Octal | 117 | 316 | 337 | 101 | 10 | 0 | 15 | 273 | 105 | 73 |
| Binary | 1001111 | 11001110 | 11011111 | 1000001 | 1000 | 0 | 1101 | 10111011 | 1000101 | 111011 |
Color Harmonies of #4FCEDF
Complementary color
Monochromatic Colors of #4FCEDF
Black with #4FCEDF
Text Example
Text Example
White with #4FCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEDF; }
p { color: rgb(79,206,223); }
H1.HeaderClassName
{
color: #4FCEDF;
}
.AnyTagClassName
{
color: #4FCEDF;
}
</style>
background-color css
<style>
a { background-color: #4FCEDF; }
a { background-color: rgb(79,206,223); }
div.DivClassName
{
background-color: #4FCEDF;
}
.BgClassName
{
background-color: #4FCEDF;
}
</style>
border-color css
<style>
span { border-color: #4FCEDF; }
span { border-color: rgb(79,206,223); }
td.TdClassName
{
border-color: #4FCEDF;
}
.TagClassName
{
border-color: #4FCEDF;
}
</style>