Shades of Medium Turquoise #4FDBCA
Tints of Medium Turquoise #4FDBCA
RGB
CMYK
RGB Variations
Color information
#4FDBCA (or 0x4FDBCA) is known color: Medium Turquoise. HEX triplet: 4F, DB and CA. RGB value is (79,219,202). Sum of RGB (Red+Green+Blue) = 79+219+202=500 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBCA is #B02435. Grayscale: #AFAFAF. Windows color (decimal): -11543606 or 13294415. OLE color: 13294415.
HSL color Cylindrical-coordinate representation of color #4FDBCA: hue angle of 172.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDBCA is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 202 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.14 |
| HSL | 172.71º | 0.66% | 0.58% | - |
| HSV(B) | 172.71º | 0.64% | 0.86% | - |
| XYZ | 39.22 | 56.59 | 64.73 | - |
| YUV | 175.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 202 | 0.64 | 0 | 0.08 | 0.14 | 172.71 | 0.66 | 0.58 |
| Hex | 4F | DB | CA | 40 | 0 | 8 | E | AD | 42 | 3A |
| Octal | 117 | 333 | 312 | 100 | 0 | 10 | 16 | 255 | 102 | 72 |
| Binary | 1001111 | 11011011 | 11001010 | 1000000 | 0 | 1000 | 1110 | 10101101 | 1000010 | 111010 |
Color Harmonies of #4FDBCA
Complementary color
Monochromatic Colors of #4FDBCA
Black with #4FDBCA
Text Example
Text Example
White with #4FDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBCA; }
p { color: rgb(79,219,202); }
H1.HeaderClassName
{
color: #4FDBCA;
}
.AnyTagClassName
{
color: #4FDBCA;
}
</style>
background-color css
<style>
a { background-color: #4FDBCA; }
a { background-color: rgb(79,219,202); }
div.DivClassName
{
background-color: #4FDBCA;
}
.BgClassName
{
background-color: #4FDBCA;
}
</style>
border-color css
<style>
span { border-color: #4FDBCA; }
span { border-color: rgb(79,219,202); }
td.TdClassName
{
border-color: #4FDBCA;
}
.TagClassName
{
border-color: #4FDBCA;
}
</style>