Shades of Medium Turquoise #4FDCC3
Tints of Medium Turquoise #4FDCC3
RGB
CMYK
RGB Variations
Color information
#4FDCC3 (or 0x4FDCC3) is known color: Medium Turquoise. HEX triplet: 4F, DC and C3. RGB value is (79,220,195). Sum of RGB (Red+Green+Blue) = 79+220+195=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCC3 is #B0233C. Grayscale: #AEAEAE. Windows color (decimal): -11543357 or 12835919. OLE color: 12835919.
HSL color Cylindrical-coordinate representation of color #4FDCC3: hue angle of 169.36º 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 #4FDCC3 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 195 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.14 |
| HSL | 169.36º | 0.67% | 0.59% | - |
| HSV(B) | 169.36º | 0.64% | 0.86% | - |
| XYZ | 38.67 | 56.79 | 60.55 | - |
| YUV | 174.99 | 139.29 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 195 | 0.64 | 0 | 0.11 | 0.14 | 169.36 | 0.67 | 0.59 |
| Hex | 4F | DC | C3 | 40 | 0 | B | E | A9 | 43 | 3B |
| Octal | 117 | 334 | 303 | 100 | 0 | 13 | 16 | 251 | 103 | 73 |
| Binary | 1001111 | 11011100 | 11000011 | 1000000 | 0 | 1011 | 1110 | 10101001 | 1000011 | 111011 |
Color Harmonies of #4FDCC3
Complementary color
Monochromatic Colors of #4FDCC3
Black with #4FDCC3
Text Example
Text Example
White with #4FDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCC3; }
p { color: rgb(79,220,195); }
H1.HeaderClassName
{
color: #4FDCC3;
}
.AnyTagClassName
{
color: #4FDCC3;
}
</style>
background-color css
<style>
a { background-color: #4FDCC3; }
a { background-color: rgb(79,220,195); }
div.DivClassName
{
background-color: #4FDCC3;
}
.BgClassName
{
background-color: #4FDCC3;
}
</style>
border-color css
<style>
span { border-color: #4FDCC3; }
span { border-color: rgb(79,220,195); }
td.TdClassName
{
border-color: #4FDCC3;
}
.TagClassName
{
border-color: #4FDCC3;
}
</style>