Shades of Turquoise #4FDDDB
Tints of Turquoise #4FDDDB
RGB
CMYK
RGB Variations
Color information
#4FDDDB (or 0x4FDDDB) is known color: Turquoise. HEX triplet: 4F, DD and DB. RGB value is (79,221,219). Sum of RGB (Red+Green+Blue) = 79+221+219=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDDB is #B02224. Grayscale: #B2B2B2. Windows color (decimal): -11543077 or 14409039. OLE color: 14409039.
HSL color Cylindrical-coordinate representation of color #4FDDDB: hue angle of 179.15º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDDDB is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 219 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.13 |
| HSL | 179.15º | 0.68% | 0.59% | - |
| HSV(B) | 179.15º | 0.64% | 0.87% | - |
| XYZ | 41.87 | 58.49 | 76.1 | - |
| YUV | 178.31 | 150.96 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 219 | 0.64 | 0 | 0.01 | 0.13 | 179.15 | 0.68 | 0.59 |
| Hex | 4F | DD | DB | 40 | 0 | 1 | D | B3 | 44 | 3B |
| Octal | 117 | 335 | 333 | 100 | 0 | 1 | 15 | 263 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11011011 | 1000000 | 0 | 1 | 1101 | 10110011 | 1000100 | 111011 |
Color Harmonies of #4FDDDB
Complementary color
Monochromatic Colors of #4FDDDB
Black with #4FDDDB
Text Example
Text Example
White with #4FDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDDB; }
p { color: rgb(79,221,219); }
H1.HeaderClassName
{
color: #4FDDDB;
}
.AnyTagClassName
{
color: #4FDDDB;
}
</style>
background-color css
<style>
a { background-color: #4FDDDB; }
a { background-color: rgb(79,221,219); }
div.DivClassName
{
background-color: #4FDDDB;
}
.BgClassName
{
background-color: #4FDDDB;
}
</style>
border-color css
<style>
span { border-color: #4FDDDB; }
span { border-color: rgb(79,221,219); }
td.TdClassName
{
border-color: #4FDDDB;
}
.TagClassName
{
border-color: #4FDDDB;
}
</style>