Shades of Turquoise #4FDDDD
Tints of Turquoise #4FDDDD
RGB
CMYK
RGB Variations
Color information
#4FDDDD (or 0x4FDDDD) is known color: Turquoise. HEX triplet: 4F, DD and DD. RGB value is (79,221,221). Sum of RGB (Red+Green+Blue) = 79+221+221=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #4FDDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDDD is #B02222. Grayscale: #B2B2B2. Windows color (decimal): -11543075 or 14540111. OLE color: 14540111.
HSL color Cylindrical-coordinate representation of color #4FDDDD: hue angle of 180º 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 #4FDDDD is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 221 | - |
| CMYK | 0.64 | 0 | 0 | 0.13 |
| HSL | 180º | 0.68% | 0.59% | - |
| HSV(B) | 180º | 0.64% | 0.87% | - |
| XYZ | 42.13 | 58.6 | 77.5 | - |
| YUV | 178.54 | 151.96 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 221 | 0.64 | 0 | 0 | 0.13 | 180 | 0.68 | 0.59 |
| Hex | 4F | DD | DD | 40 | 0 | 0 | D | B4 | 44 | 3B |
| Octal | 117 | 335 | 335 | 100 | 0 | 0 | 15 | 264 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11011101 | 1000000 | 0 | 0 | 1101 | 10110100 | 1000100 | 111011 |
Color Harmonies of #4FDDDD
Complementary color
Monochromatic Colors of #4FDDDD
Black with #4FDDDD
Text Example
Text Example
White with #4FDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDDD; }
p { color: rgb(79,221,221); }
H1.HeaderClassName
{
color: #4FDDDD;
}
.AnyTagClassName
{
color: #4FDDDD;
}
</style>
background-color css
<style>
a { background-color: #4FDDDD; }
a { background-color: rgb(79,221,221); }
div.DivClassName
{
background-color: #4FDDDD;
}
.BgClassName
{
background-color: #4FDDDD;
}
</style>
border-color css
<style>
span { border-color: #4FDDDD; }
span { border-color: rgb(79,221,221); }
td.TdClassName
{
border-color: #4FDDDD;
}
.TagClassName
{
border-color: #4FDDDD;
}
</style>