Shades of Turquoise #4FFAD6
Tints of Turquoise #4FFAD6
RGB
CMYK
RGB Variations
Color information
#4FFAD6 (or 0x4FFAD6) is known color: Turquoise. HEX triplet: 4F, FA and D6. RGB value is (79,250,214). Sum of RGB (Red+Green+Blue) = 79+250+214=543 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.55% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFAD6 is #B00529. Grayscale: #C2C2C2. Windows color (decimal): -11535658 or 14088783. OLE color: 14088783.
HSL color Cylindrical-coordinate representation of color #4FFAD6: hue angle of 167.37º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFAD6 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 214 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.02 |
| HSL | 167.37º | 0.94% | 0.65% | - |
| HSV(B) | 167.37º | 0.68% | 0.98% | - |
| XYZ | 49.55 | 74.89 | 75.46 | - |
| YUV | 194.77 | 138.85 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 214 | 0.68 | 0 | 0.14 | 0.02 | 167.37 | 0.94 | 0.65 |
| Hex | 4F | FA | D6 | 44 | 0 | E | 2 | A7 | 5E | 41 |
| Octal | 117 | 372 | 326 | 104 | 0 | 16 | 2 | 247 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11010110 | 1000100 | 0 | 1110 | 10 | 10100111 | 1011110 | 1000001 |
Color Harmonies of #4FFAD6
Complementary color
Monochromatic Colors of #4FFAD6
Black with #4FFAD6
Text Example
Text Example
White with #4FFAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAD6; }
p { color: rgb(79,250,214); }
H1.HeaderClassName
{
color: #4FFAD6;
}
.AnyTagClassName
{
color: #4FFAD6;
}
</style>
background-color css
<style>
a { background-color: #4FFAD6; }
a { background-color: rgb(79,250,214); }
div.DivClassName
{
background-color: #4FFAD6;
}
.BgClassName
{
background-color: #4FFAD6;
}
</style>
border-color css
<style>
span { border-color: #4FFAD6; }
span { border-color: rgb(79,250,214); }
td.TdClassName
{
border-color: #4FFAD6;
}
.TagClassName
{
border-color: #4FFAD6;
}
</style>