Shades of Turquoise #4FDFBD
Tints of Turquoise #4FDFBD
RGB
CMYK
RGB Variations
Color information
#4FDFBD (or 0x4FDFBD) is known color: Turquoise. HEX triplet: 4F, DF and BD. RGB value is (79,223,189). Sum of RGB (Red+Green+Blue) = 79+223+189=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFBD is #B02042. Grayscale: #B0B0B0. Windows color (decimal): -11542595 or 12443471. OLE color: 12443471.
HSL color Cylindrical-coordinate representation of color #4FDFBD: hue angle of 165.83º 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 #4FDFBD is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 189 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.13 |
| HSL | 165.83º | 0.69% | 0.59% | - |
| HSV(B) | 165.83º | 0.65% | 0.87% | - |
| XYZ | 38.8 | 58.11 | 57.32 | - |
| YUV | 176.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 189 | 0.65 | 0 | 0.15 | 0.13 | 165.83 | 0.69 | 0.59 |
| Hex | 4F | DF | BD | 41 | 0 | F | D | A6 | 45 | 3B |
| Octal | 117 | 337 | 275 | 101 | 0 | 17 | 15 | 246 | 105 | 73 |
| Binary | 1001111 | 11011111 | 10111101 | 1000001 | 0 | 1111 | 1101 | 10100110 | 1000101 | 111011 |
Color Harmonies of #4FDFBD
Complementary color
Monochromatic Colors of #4FDFBD
Black with #4FDFBD
Text Example
Text Example
White with #4FDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFBD; }
p { color: rgb(79,223,189); }
H1.HeaderClassName
{
color: #4FDFBD;
}
.AnyTagClassName
{
color: #4FDFBD;
}
</style>
background-color css
<style>
a { background-color: #4FDFBD; }
a { background-color: rgb(79,223,189); }
div.DivClassName
{
background-color: #4FDFBD;
}
.BgClassName
{
background-color: #4FDFBD;
}
</style>
border-color css
<style>
span { border-color: #4FDFBD; }
span { border-color: rgb(79,223,189); }
td.TdClassName
{
border-color: #4FDFBD;
}
.TagClassName
{
border-color: #4FDFBD;
}
</style>