Shades of Turquoise #4FFADB
Tints of Turquoise #4FFADB
RGB
CMYK
RGB Variations
Color information
#4FFADB (or 0x4FFADB) is known color: Turquoise. HEX triplet: 4F, FA and DB. RGB value is (79,250,219). Sum of RGB (Red+Green+Blue) = 79+250+219=548 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.42% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFADB is #B00524. Grayscale: #C3C3C3. Windows color (decimal): -11535653 or 14416463. OLE color: 14416463.
HSL color Cylindrical-coordinate representation of color #4FFADB: hue angle of 169.12º 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 #4FFADB is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 219 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.02 |
| HSL | 169.12º | 0.94% | 0.65% | - |
| HSV(B) | 169.12º | 0.68% | 0.98% | - |
| XYZ | 50.2 | 75.15 | 78.88 | - |
| YUV | 195.34 | 141.35 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 219 | 0.68 | 0 | 0.12 | 0.02 | 169.12 | 0.94 | 0.65 |
| Hex | 4F | FA | DB | 44 | 0 | C | 2 | A9 | 5E | 41 |
| Octal | 117 | 372 | 333 | 104 | 0 | 14 | 2 | 251 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11011011 | 1000100 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000001 |
Color Harmonies of #4FFADB
Complementary color
Monochromatic Colors of #4FFADB
Black with #4FFADB
Text Example
Text Example
White with #4FFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFADB; }
p { color: rgb(79,250,219); }
H1.HeaderClassName
{
color: #4FFADB;
}
.AnyTagClassName
{
color: #4FFADB;
}
</style>
background-color css
<style>
a { background-color: #4FFADB; }
a { background-color: rgb(79,250,219); }
div.DivClassName
{
background-color: #4FFADB;
}
.BgClassName
{
background-color: #4FFADB;
}
</style>
border-color css
<style>
span { border-color: #4FFADB; }
span { border-color: rgb(79,250,219); }
td.TdClassName
{
border-color: #4FFADB;
}
.TagClassName
{
border-color: #4FFADB;
}
</style>