Shades of Medium Turquoise #4FCDD8
Tints of Medium Turquoise #4FCDD8
RGB
CMYK
RGB Variations
Color information
#4FCDD8 (or 0x4FCDD8) is known color: Medium Turquoise. HEX triplet: 4F, CD and D8. RGB value is (79,205,216). Sum of RGB (Red+Green+Blue) = 79+205+216=500 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #4FCDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDD8 is #B03227. Grayscale: #A8A8A8. Windows color (decimal): -11547176 or 14208335. OLE color: 14208335.
HSL color Cylindrical-coordinate representation of color #4FCDD8: hue angle of 184.82º 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 #4FCDD8 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 205 | 216 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.15 |
| HSL | 184.82º | 0.64% | 0.58% | - |
| HSV(B) | 184.82º | 0.63% | 0.85% | - |
| XYZ | 37.45 | 50.28 | 72.7 | - |
| YUV | 168.58 | 154.76 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 216 | 0.63 | 0.05 | 0 | 0.15 | 184.82 | 0.64 | 0.58 |
| Hex | 4F | CD | D8 | 3F | 5 | 0 | F | B9 | 40 | 3A |
| Octal | 117 | 315 | 330 | 77 | 5 | 0 | 17 | 271 | 100 | 72 |
| Binary | 1001111 | 11001101 | 11011000 | 111111 | 101 | 0 | 1111 | 10111001 | 1000000 | 111010 |
Color Harmonies of #4FCDD8
Complementary color
Monochromatic Colors of #4FCDD8
Black with #4FCDD8
Text Example
Text Example
White with #4FCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDD8; }
p { color: rgb(79,205,216); }
H1.HeaderClassName
{
color: #4FCDD8;
}
.AnyTagClassName
{
color: #4FCDD8;
}
</style>
background-color css
<style>
a { background-color: #4FCDD8; }
a { background-color: rgb(79,205,216); }
div.DivClassName
{
background-color: #4FCDD8;
}
.BgClassName
{
background-color: #4FCDD8;
}
</style>
border-color css
<style>
span { border-color: #4FCDD8; }
span { border-color: rgb(79,205,216); }
td.TdClassName
{
border-color: #4FCDD8;
}
.TagClassName
{
border-color: #4FCDD8;
}
</style>