Shades of Medium Turquoise #4FDCC4
Tints of Medium Turquoise #4FDCC4
RGB
CMYK
RGB Variations
Color information
#4FDCC4 (or 0x4FDCC4) is known color: Medium Turquoise. HEX triplet: 4F, DC and C4. RGB value is (79,220,196). Sum of RGB (Red+Green+Blue) = 79+220+196=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCC4 is #B0233B. Grayscale: #AFAFAF. Windows color (decimal): -11543356 or 12901455. OLE color: 12901455.
HSL color Cylindrical-coordinate representation of color #4FDCC4: hue angle of 169.79º 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 #4FDCC4 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 196 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.14 |
| HSL | 169.79º | 0.67% | 0.59% | - |
| HSV(B) | 169.79º | 0.64% | 0.86% | - |
| XYZ | 38.78 | 56.83 | 61.15 | - |
| YUV | 175.11 | 139.79 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 196 | 0.64 | 0 | 0.11 | 0.14 | 169.79 | 0.67 | 0.59 |
| Hex | 4F | DC | C4 | 40 | 0 | B | E | AA | 43 | 3B |
| Octal | 117 | 334 | 304 | 100 | 0 | 13 | 16 | 252 | 103 | 73 |
| Binary | 1001111 | 11011100 | 11000100 | 1000000 | 0 | 1011 | 1110 | 10101010 | 1000011 | 111011 |
Color Harmonies of #4FDCC4
Complementary color
Monochromatic Colors of #4FDCC4
Black with #4FDCC4
Text Example
Text Example
White with #4FDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCC4; }
p { color: rgb(79,220,196); }
H1.HeaderClassName
{
color: #4FDCC4;
}
.AnyTagClassName
{
color: #4FDCC4;
}
</style>
background-color css
<style>
a { background-color: #4FDCC4; }
a { background-color: rgb(79,220,196); }
div.DivClassName
{
background-color: #4FDCC4;
}
.BgClassName
{
background-color: #4FDCC4;
}
</style>
border-color css
<style>
span { border-color: #4FDCC4; }
span { border-color: rgb(79,220,196); }
td.TdClassName
{
border-color: #4FDCC4;
}
.TagClassName
{
border-color: #4FDCC4;
}
</style>