Shades of Turquoise #4FDDDF
Tints of Turquoise #4FDDDF
RGB
CMYK
RGB Variations
Color information
#4FDDDF (or 0x4FDDDF) is known color: Turquoise. HEX triplet: 4F, DD and DF. RGB value is (79,221,223). Sum of RGB (Red+Green+Blue) = 79+221+223=523 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.11% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDDF is #B02220. Grayscale: #B2B2B2. Windows color (decimal): -11543073 or 14671183. OLE color: 14671183.
HSL color Cylindrical-coordinate representation of color #4FDDDF: hue angle of 180.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 #4FDDDF is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 223 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.13 |
| HSL | 180.83º | 0.69% | 0.59% | - |
| HSV(B) | 180.83º | 0.65% | 0.87% | - |
| XYZ | 42.4 | 58.7 | 78.91 | - |
| YUV | 178.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 223 | 0.65 | 0.01 | 0 | 0.13 | 180.83 | 0.69 | 0.59 |
| Hex | 4F | DD | DF | 41 | 1 | 0 | D | B5 | 45 | 3B |
| Octal | 117 | 335 | 337 | 101 | 1 | 0 | 15 | 265 | 105 | 73 |
| Binary | 1001111 | 11011101 | 11011111 | 1000001 | 1 | 0 | 1101 | 10110101 | 1000101 | 111011 |
Color Harmonies of #4FDDDF
Complementary color
Monochromatic Colors of #4FDDDF
Black with #4FDDDF
Text Example
Text Example
White with #4FDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDDF; }
p { color: rgb(79,221,223); }
H1.HeaderClassName
{
color: #4FDDDF;
}
.AnyTagClassName
{
color: #4FDDDF;
}
</style>
background-color css
<style>
a { background-color: #4FDDDF; }
a { background-color: rgb(79,221,223); }
div.DivClassName
{
background-color: #4FDDDF;
}
.BgClassName
{
background-color: #4FDDDF;
}
</style>
border-color css
<style>
span { border-color: #4FDDDF; }
span { border-color: rgb(79,221,223); }
td.TdClassName
{
border-color: #4FDDDF;
}
.TagClassName
{
border-color: #4FDDDF;
}
</style>