Shades of Turquoise #4FFAD0
Tints of Turquoise #4FFAD0
RGB
CMYK
RGB Variations
Color information
#4FFAD0 (or 0x4FFAD0) is known color: Turquoise. HEX triplet: 4F, FA and D0. RGB value is (79,250,208). Sum of RGB (Red+Green+Blue) = 79+250+208=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFAD0 is #B0052F. Grayscale: #C2C2C2. Windows color (decimal): -11535664 or 13695567. OLE color: 13695567.
HSL color Cylindrical-coordinate representation of color #4FFAD0: hue angle of 165.26º 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 #4FFAD0 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 208 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.02 |
| HSL | 165.26º | 0.94% | 0.65% | - |
| HSV(B) | 165.26º | 0.68% | 0.98% | - |
| XYZ | 48.8 | 74.59 | 71.5 | - |
| YUV | 194.08 | 135.85 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 208 | 0.68 | 0 | 0.17 | 0.02 | 165.26 | 0.94 | 0.65 |
| Hex | 4F | FA | D0 | 44 | 0 | 11 | 2 | A5 | 5E | 41 |
| Octal | 117 | 372 | 320 | 104 | 0 | 21 | 2 | 245 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11010000 | 1000100 | 0 | 10001 | 10 | 10100101 | 1011110 | 1000001 |
Color Harmonies of #4FFAD0
Complementary color
Monochromatic Colors of #4FFAD0
Black with #4FFAD0
Text Example
Text Example
White with #4FFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAD0; }
p { color: rgb(79,250,208); }
H1.HeaderClassName
{
color: #4FFAD0;
}
.AnyTagClassName
{
color: #4FFAD0;
}
</style>
background-color css
<style>
a { background-color: #4FFAD0; }
a { background-color: rgb(79,250,208); }
div.DivClassName
{
background-color: #4FFAD0;
}
.BgClassName
{
background-color: #4FFAD0;
}
</style>
border-color css
<style>
span { border-color: #4FFAD0; }
span { border-color: rgb(79,250,208); }
td.TdClassName
{
border-color: #4FFAD0;
}
.TagClassName
{
border-color: #4FFAD0;
}
</style>