Shades of Medium Turquoise #4FDCCB
Tints of Medium Turquoise #4FDCCB
RGB
CMYK
RGB Variations
Color information
#4FDCCB (or 0x4FDCCB) is known color: Medium Turquoise. HEX triplet: 4F, DC and CB. RGB value is (79,220,203). Sum of RGB (Red+Green+Blue) = 79+220+203=502 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.74% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCCB is #B02334. Grayscale: #AFAFAF. Windows color (decimal): -11543349 or 13360207. OLE color: 13360207.
HSL color Cylindrical-coordinate representation of color #4FDCCB: hue angle of 172.77º 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 #4FDCCB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 203 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.14 |
| HSL | 172.77º | 0.67% | 0.59% | - |
| HSV(B) | 172.77º | 0.64% | 0.86% | - |
| XYZ | 39.6 | 57.16 | 65.45 | - |
| YUV | 175.9 | 143.29 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 203 | 0.64 | 0 | 0.08 | 0.14 | 172.77 | 0.67 | 0.59 |
| Hex | 4F | DC | CB | 40 | 0 | 8 | E | AD | 43 | 3B |
| Octal | 117 | 334 | 313 | 100 | 0 | 10 | 16 | 255 | 103 | 73 |
| Binary | 1001111 | 11011100 | 11001011 | 1000000 | 0 | 1000 | 1110 | 10101101 | 1000011 | 111011 |
Color Harmonies of #4FDCCB
Complementary color
Monochromatic Colors of #4FDCCB
Black with #4FDCCB
Text Example
Text Example
White with #4FDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCCB; }
p { color: rgb(79,220,203); }
H1.HeaderClassName
{
color: #4FDCCB;
}
.AnyTagClassName
{
color: #4FDCCB;
}
</style>
background-color css
<style>
a { background-color: #4FDCCB; }
a { background-color: rgb(79,220,203); }
div.DivClassName
{
background-color: #4FDCCB;
}
.BgClassName
{
background-color: #4FDCCB;
}
</style>
border-color css
<style>
span { border-color: #4FDCCB; }
span { border-color: rgb(79,220,203); }
td.TdClassName
{
border-color: #4FDCCB;
}
.TagClassName
{
border-color: #4FDCCB;
}
</style>