Shades of Turquoise #4AFADB
Tints of Turquoise #4AFADB
RGB
CMYK
RGB Variations
Color information
#4AFADB (or 0x4AFADB) is known color: Turquoise. HEX triplet: 4A, FA and DB. RGB value is (74,250,219). Sum of RGB (Red+Green+Blue) = 74+250+219=543 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.63% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFADB is #B50524. Grayscale: #C1C1C1. Windows color (decimal): -11863333 or 14416458. OLE color: 14416458.
HSL color Cylindrical-coordinate representation of color #4AFADB: hue angle of 169.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFADB is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 219 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.02 |
| HSL | 169.43º | 0.95% | 0.64% | - |
| HSV(B) | 169.43º | 0.7% | 0.98% | - |
| XYZ | 49.8 | 74.94 | 78.86 | - |
| YUV | 193.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 219 | 0.70 | 0 | 0.12 | 0.02 | 169.43 | 0.95 | 0.64 |
| Hex | 4A | FA | DB | 46 | 0 | C | 2 | A9 | 5F | 40 |
| Octal | 112 | 372 | 333 | 106 | 0 | 14 | 2 | 251 | 137 | 100 |
| Binary | 1001010 | 11111010 | 11011011 | 1000110 | 0 | 1100 | 10 | 10101001 | 1011111 | 1000000 |
Color Harmonies of #4AFADB
Complementary color
Monochromatic Colors of #4AFADB
Black with #4AFADB
Text Example
Text Example
White with #4AFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFADB; }
p { color: rgb(74,250,219); }
H1.HeaderClassName
{
color: #4AFADB;
}
.AnyTagClassName
{
color: #4AFADB;
}
</style>
background-color css
<style>
a { background-color: #4AFADB; }
a { background-color: rgb(74,250,219); }
div.DivClassName
{
background-color: #4AFADB;
}
.BgClassName
{
background-color: #4AFADB;
}
</style>
border-color css
<style>
span { border-color: #4AFADB; }
span { border-color: rgb(74,250,219); }
td.TdClassName
{
border-color: #4AFADB;
}
.TagClassName
{
border-color: #4AFADB;
}
</style>