Shades of Turquoise #4FFFD5
Tints of Turquoise #4FFFD5
RGB
CMYK
RGB Variations
Color information
#4FFFD5 (or 0x4FFFD5) is known color: Turquoise. HEX triplet: 4F, FF and D5. RGB value is (79,255,213). Sum of RGB (Red+Green+Blue) = 79+255+213=547 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.44% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFD5 is #B0002A. Grayscale: #C5C5C5. Windows color (decimal): -11534379 or 14024527. OLE color: 14024527.
HSL color Cylindrical-coordinate representation of color #4FFFD5: hue angle of 165.68º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFFD5 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 213 | - |
| CMYK | 0.69 | 0 | 0.16 | 0 |
| HSL | 165.68º | 1% | 0.65% | - |
| HSV(B) | 165.68º | 0.69% | 1% | - |
| XYZ | 50.99 | 77.99 | 75.32 | - |
| YUV | 197.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 213 | 0.69 | 0 | 0.16 | 0 | 165.68 | 1 | 0.65 |
| Hex | 4F | FF | D5 | 45 | 0 | 10 | 0 | A6 | 64 | 41 |
| Octal | 117 | 377 | 325 | 105 | 0 | 20 | 0 | 246 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11010101 | 1000101 | 0 | 10000 | 0 | 10100110 | 1100100 | 1000001 |
Color Harmonies of #4FFFD5
Complementary color
Monochromatic Colors of #4FFFD5
Black with #4FFFD5
Text Example
Text Example
White with #4FFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFD5; }
p { color: rgb(79,255,213); }
H1.HeaderClassName
{
color: #4FFFD5;
}
.AnyTagClassName
{
color: #4FFFD5;
}
</style>
background-color css
<style>
a { background-color: #4FFFD5; }
a { background-color: rgb(79,255,213); }
div.DivClassName
{
background-color: #4FFFD5;
}
.BgClassName
{
background-color: #4FFFD5;
}
</style>
border-color css
<style>
span { border-color: #4FFFD5; }
span { border-color: rgb(79,255,213); }
td.TdClassName
{
border-color: #4FFFD5;
}
.TagClassName
{
border-color: #4FFFD5;
}
</style>