Shades of Turquoise #4FE0DD
Tints of Turquoise #4FE0DD
RGB
CMYK
RGB Variations
Color information
#4FE0DD (or 0x4FE0DD) is known color: Turquoise. HEX triplet: 4F, E0 and DD. RGB value is (79,224,221). Sum of RGB (Red+Green+Blue) = 79+224+221=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #4FE0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE0DD is #B01F22. Grayscale: #B4B4B4. Windows color (decimal): -11542307 or 14540879. OLE color: 14540879.
HSL color Cylindrical-coordinate representation of color #4FE0DD: hue angle of 178.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE0DD is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 224 | 221 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.12 |
| HSL | 178.76º | 0.7% | 0.59% | - |
| HSV(B) | 178.76º | 0.65% | 0.88% | - |
| XYZ | 42.93 | 60.19 | 77.76 | - |
| YUV | 180.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 224 | 221 | 0.65 | 0 | 0.01 | 0.12 | 178.76 | 0.7 | 0.59 |
| Hex | 4F | E0 | DD | 41 | 0 | 1 | C | B3 | 46 | 3B |
| Octal | 117 | 340 | 335 | 101 | 0 | 1 | 14 | 263 | 106 | 73 |
| Binary | 1001111 | 11100000 | 11011101 | 1000001 | 0 | 1 | 1100 | 10110011 | 1000110 | 111011 |
Color Harmonies of #4FE0DD
Complementary color
Monochromatic Colors of #4FE0DD
Black with #4FE0DD
Text Example
Text Example
White with #4FE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE0DD; }
p { color: rgb(79,224,221); }
H1.HeaderClassName
{
color: #4FE0DD;
}
.AnyTagClassName
{
color: #4FE0DD;
}
</style>
background-color css
<style>
a { background-color: #4FE0DD; }
a { background-color: rgb(79,224,221); }
div.DivClassName
{
background-color: #4FE0DD;
}
.BgClassName
{
background-color: #4FE0DD;
}
</style>
border-color css
<style>
span { border-color: #4FE0DD; }
span { border-color: rgb(79,224,221); }
td.TdClassName
{
border-color: #4FE0DD;
}
.TagClassName
{
border-color: #4FE0DD;
}
</style>