Shades of Medium Turquoise #4FDAC3
Tints of Medium Turquoise #4FDAC3
RGB
CMYK
RGB Variations
Color information
#4FDAC3 (or 0x4FDAC3) is known color: Medium Turquoise. HEX triplet: 4F, DA and C3. RGB value is (79,218,195). Sum of RGB (Red+Green+Blue) = 79+218+195=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDAC3 is #B0253C. Grayscale: #ADADAD. Windows color (decimal): -11543869 or 12835407. OLE color: 12835407.
HSL color Cylindrical-coordinate representation of color #4FDAC3: hue angle of 170.07º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDAC3 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 195 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.15 |
| HSL | 170.07º | 0.65% | 0.58% | - |
| HSV(B) | 170.07º | 0.64% | 0.85% | - |
| XYZ | 38.15 | 55.75 | 60.38 | - |
| YUV | 173.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 195 | 0.64 | 0 | 0.11 | 0.15 | 170.07 | 0.65 | 0.58 |
| Hex | 4F | DA | C3 | 40 | 0 | B | F | AA | 41 | 3A |
| Octal | 117 | 332 | 303 | 100 | 0 | 13 | 17 | 252 | 101 | 72 |
| Binary | 1001111 | 11011010 | 11000011 | 1000000 | 0 | 1011 | 1111 | 10101010 | 1000001 | 111010 |
Color Harmonies of #4FDAC3
Complementary color
Monochromatic Colors of #4FDAC3
Black with #4FDAC3
Text Example
Text Example
White with #4FDAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDAC3; }
p { color: rgb(79,218,195); }
H1.HeaderClassName
{
color: #4FDAC3;
}
.AnyTagClassName
{
color: #4FDAC3;
}
</style>
background-color css
<style>
a { background-color: #4FDAC3; }
a { background-color: rgb(79,218,195); }
div.DivClassName
{
background-color: #4FDAC3;
}
.BgClassName
{
background-color: #4FDAC3;
}
</style>
border-color css
<style>
span { border-color: #4FDAC3; }
span { border-color: rgb(79,218,195); }
td.TdClassName
{
border-color: #4FDAC3;
}
.TagClassName
{
border-color: #4FDAC3;
}
</style>