Shades of Medium Turquoise #4FCCDC
Tints of Medium Turquoise #4FCCDC
RGB
CMYK
RGB Variations
Color information
#4FCCDC (or 0x4FCCDC) is known color: Medium Turquoise. HEX triplet: 4F, CC and DC. RGB value is (79,204,220). Sum of RGB (Red+Green+Blue) = 79+204+220=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCDC is #B03323. Grayscale: #A8A8A8. Windows color (decimal): -11547428 or 14470223. OLE color: 14470223.
HSL color Cylindrical-coordinate representation of color #4FCCDC: hue angle of 186.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FCCDC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 204 | 220 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.14 |
| HSL | 186.81º | 0.67% | 0.59% | - |
| HSV(B) | 186.81º | 0.64% | 0.86% | - |
| XYZ | 37.74 | 50.02 | 75.38 | - |
| YUV | 168.45 | 157.09 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 220 | 0.64 | 0.07 | 0 | 0.14 | 186.81 | 0.67 | 0.59 |
| Hex | 4F | CC | DC | 40 | 7 | 0 | E | BB | 43 | 3B |
| Octal | 117 | 314 | 334 | 100 | 7 | 0 | 16 | 273 | 103 | 73 |
| Binary | 1001111 | 11001100 | 11011100 | 1000000 | 111 | 0 | 1110 | 10111011 | 1000011 | 111011 |
Color Harmonies of #4FCCDC
Complementary color
Monochromatic Colors of #4FCCDC
Black with #4FCCDC
Text Example
Text Example
White with #4FCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCDC; }
p { color: rgb(79,204,220); }
H1.HeaderClassName
{
color: #4FCCDC;
}
.AnyTagClassName
{
color: #4FCCDC;
}
</style>
background-color css
<style>
a { background-color: #4FCCDC; }
a { background-color: rgb(79,204,220); }
div.DivClassName
{
background-color: #4FCCDC;
}
.BgClassName
{
background-color: #4FCCDC;
}
</style>
border-color css
<style>
span { border-color: #4FCCDC; }
span { border-color: rgb(79,204,220); }
td.TdClassName
{
border-color: #4FCCDC;
}
.TagClassName
{
border-color: #4FCCDC;
}
</style>