Shades of Turquoise #4FDFCD
Tints of Turquoise #4FDFCD
RGB
CMYK
RGB Variations
Color information
#4FDFCD (or 0x4FDFCD) is known color: Turquoise. HEX triplet: 4F, DF and CD. RGB value is (79,223,205). Sum of RGB (Red+Green+Blue) = 79+223+205=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFCD is #B02032. Grayscale: #B1B1B1. Windows color (decimal): -11542579 or 13492047. OLE color: 13492047.
HSL color Cylindrical-coordinate representation of color #4FDFCD: hue angle of 172.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDFCD is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 205 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.13 |
| HSL | 172.5º | 0.69% | 0.59% | - |
| HSV(B) | 172.5º | 0.65% | 0.87% | - |
| XYZ | 40.63 | 58.85 | 66.97 | - |
| YUV | 177.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 205 | 0.65 | 0 | 0.08 | 0.13 | 172.5 | 0.69 | 0.59 |
| Hex | 4F | DF | CD | 41 | 0 | 8 | D | AC | 45 | 3B |
| Octal | 117 | 337 | 315 | 101 | 0 | 10 | 15 | 254 | 105 | 73 |
| Binary | 1001111 | 11011111 | 11001101 | 1000001 | 0 | 1000 | 1101 | 10101100 | 1000101 | 111011 |
Color Harmonies of #4FDFCD
Complementary color
Monochromatic Colors of #4FDFCD
Black with #4FDFCD
Text Example
Text Example
White with #4FDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFCD; }
p { color: rgb(79,223,205); }
H1.HeaderClassName
{
color: #4FDFCD;
}
.AnyTagClassName
{
color: #4FDFCD;
}
</style>
background-color css
<style>
a { background-color: #4FDFCD; }
a { background-color: rgb(79,223,205); }
div.DivClassName
{
background-color: #4FDFCD;
}
.BgClassName
{
background-color: #4FDFCD;
}
</style>
border-color css
<style>
span { border-color: #4FDFCD; }
span { border-color: rgb(79,223,205); }
td.TdClassName
{
border-color: #4FDFCD;
}
.TagClassName
{
border-color: #4FDFCD;
}
</style>