Shades of Turquoise #4AFAB2
Tints of Turquoise #4AFAB2
RGB
CMYK
RGB Variations
Color information
#4AFAB2 (or 0x4AFAB2) is known color: Turquoise. HEX triplet: 4A, FA and B2. RGB value is (74,250,178). Sum of RGB (Red+Green+Blue) = 74+250+178=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFAB2 is #B5054D. Grayscale: #BDBDBD. Windows color (decimal): -11863374 or 11729482. OLE color: 11729482.
HSL color Cylindrical-coordinate representation of color #4AFAB2: hue angle of 155.45º 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 #4AFAB2 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 178 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.02 |
| HSL | 155.45º | 0.95% | 0.64% | - |
| HSV(B) | 155.45º | 0.7% | 0.98% | - |
| XYZ | 45.05 | 73.04 | 53.84 | - |
| YUV | 189.17 | 121.69 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 178 | 0.70 | 0 | 0.29 | 0.02 | 155.45 | 0.95 | 0.64 |
| Hex | 4A | FA | B2 | 46 | 0 | 1D | 2 | 9B | 5F | 40 |
| Octal | 112 | 372 | 262 | 106 | 0 | 35 | 2 | 233 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10110010 | 1000110 | 0 | 11101 | 10 | 10011011 | 1011111 | 1000000 |
Color Harmonies of #4AFAB2
Complementary color
Monochromatic Colors of #4AFAB2
Black with #4AFAB2
Text Example
Text Example
White with #4AFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAB2; }
p { color: rgb(74,250,178); }
H1.HeaderClassName
{
color: #4AFAB2;
}
.AnyTagClassName
{
color: #4AFAB2;
}
</style>
background-color css
<style>
a { background-color: #4AFAB2; }
a { background-color: rgb(74,250,178); }
div.DivClassName
{
background-color: #4AFAB2;
}
.BgClassName
{
background-color: #4AFAB2;
}
</style>
border-color css
<style>
span { border-color: #4AFAB2; }
span { border-color: rgb(74,250,178); }
td.TdClassName
{
border-color: #4AFAB2;
}
.TagClassName
{
border-color: #4AFAB2;
}
</style>