Shades of Turquoise #4AFABD
Tints of Turquoise #4AFABD
RGB
CMYK
RGB Variations
Color information
#4AFABD (or 0x4AFABD) is known color: Turquoise. HEX triplet: 4A, FA and BD. RGB value is (74,250,189). Sum of RGB (Red+Green+Blue) = 74+250+189=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFABD is #B50542. Grayscale: #BEBEBE. Windows color (decimal): -11863363 or 12450378. OLE color: 12450378.
HSL color Cylindrical-coordinate representation of color #4AFABD: hue angle of 159.2º 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 #4AFABD is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 189 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.02 |
| HSL | 159.2º | 0.95% | 0.64% | - |
| HSV(B) | 159.2º | 0.7% | 0.98% | - |
| XYZ | 46.19 | 73.5 | 59.9 | - |
| YUV | 190.42 | 127.19 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 189 | 0.70 | 0 | 0.24 | 0.02 | 159.2 | 0.95 | 0.64 |
| Hex | 4A | FA | BD | 46 | 0 | 18 | 2 | 9F | 5F | 40 |
| Octal | 112 | 372 | 275 | 106 | 0 | 30 | 2 | 237 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10111101 | 1000110 | 0 | 11000 | 10 | 10011111 | 1011111 | 1000000 |
Color Harmonies of #4AFABD
Complementary color
Monochromatic Colors of #4AFABD
Black with #4AFABD
Text Example
Text Example
White with #4AFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFABD; }
p { color: rgb(74,250,189); }
H1.HeaderClassName
{
color: #4AFABD;
}
.AnyTagClassName
{
color: #4AFABD;
}
</style>
background-color css
<style>
a { background-color: #4AFABD; }
a { background-color: rgb(74,250,189); }
div.DivClassName
{
background-color: #4AFABD;
}
.BgClassName
{
background-color: #4AFABD;
}
</style>
border-color css
<style>
span { border-color: #4AFABD; }
span { border-color: rgb(74,250,189); }
td.TdClassName
{
border-color: #4AFABD;
}
.TagClassName
{
border-color: #4AFABD;
}
</style>