Shades of Turquoise #4FDDDA
Tints of Turquoise #4FDDDA
RGB
CMYK
RGB Variations
Color information
#4FDDDA (or 0x4FDDDA) is known color: Turquoise. HEX triplet: 4F, DD and DA. RGB value is (79,221,218). Sum of RGB (Red+Green+Blue) = 79+221+218=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDDA is #B02225. Grayscale: #B2B2B2. Windows color (decimal): -11543078 or 14343503. OLE color: 14343503.
HSL color Cylindrical-coordinate representation of color #4FDDDA: hue angle of 178.73º 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 #4FDDDA is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 218 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.13 |
| HSL | 178.73º | 0.68% | 0.59% | - |
| HSV(B) | 178.73º | 0.64% | 0.87% | - |
| XYZ | 41.74 | 58.44 | 75.41 | - |
| YUV | 178.2 | 150.46 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 218 | 0.64 | 0 | 0.01 | 0.13 | 178.73 | 0.68 | 0.59 |
| Hex | 4F | DD | DA | 40 | 0 | 1 | D | B3 | 44 | 3B |
| Octal | 117 | 335 | 332 | 100 | 0 | 1 | 15 | 263 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11011010 | 1000000 | 0 | 1 | 1101 | 10110011 | 1000100 | 111011 |
Color Harmonies of #4FDDDA
Complementary color
Monochromatic Colors of #4FDDDA
Black with #4FDDDA
Text Example
Text Example
White with #4FDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDDA; }
p { color: rgb(79,221,218); }
H1.HeaderClassName
{
color: #4FDDDA;
}
.AnyTagClassName
{
color: #4FDDDA;
}
</style>
background-color css
<style>
a { background-color: #4FDDDA; }
a { background-color: rgb(79,221,218); }
div.DivClassName
{
background-color: #4FDDDA;
}
.BgClassName
{
background-color: #4FDDDA;
}
</style>
border-color css
<style>
span { border-color: #4FDDDA; }
span { border-color: rgb(79,221,218); }
td.TdClassName
{
border-color: #4FDDDA;
}
.TagClassName
{
border-color: #4FDDDA;
}
</style>