Shades of Turquoise #4DFAB2
Tints of Turquoise #4DFAB2
RGB
CMYK
RGB Variations
Color information
#4DFAB2 (or 0x4DFAB2) is known color: Turquoise. HEX triplet: 4D, FA and B2. RGB value is (77,250,178). Sum of RGB (Red+Green+Blue) = 77+250+178=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFAB2 is #B2054D. Grayscale: #BEBEBE. Windows color (decimal): -11666766 or 11729485. OLE color: 11729485.
HSL color Cylindrical-coordinate representation of color #4DFAB2: hue angle of 155.03º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFAB2 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 178 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.02 |
| HSL | 155.03º | 0.95% | 0.64% | - |
| HSV(B) | 155.03º | 0.69% | 0.98% | - |
| XYZ | 45.28 | 73.16 | 53.85 | - |
| YUV | 190.07 | 121.19 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 178 | 0.69 | 0 | 0.29 | 0.02 | 155.03 | 0.95 | 0.64 |
| Hex | 4D | FA | B2 | 45 | 0 | 1D | 2 | 9B | 5F | 40 |
| Octal | 115 | 372 | 262 | 105 | 0 | 35 | 2 | 233 | 137 | 100 |
| Binary | 1001101 | 11111010 | 10110010 | 1000101 | 0 | 11101 | 10 | 10011011 | 1011111 | 1000000 |
Color Harmonies of #4DFAB2
Complementary color
Monochromatic Colors of #4DFAB2
Black with #4DFAB2
Text Example
Text Example
White with #4DFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAB2; }
p { color: rgb(77,250,178); }
H1.HeaderClassName
{
color: #4DFAB2;
}
.AnyTagClassName
{
color: #4DFAB2;
}
</style>
background-color css
<style>
a { background-color: #4DFAB2; }
a { background-color: rgb(77,250,178); }
div.DivClassName
{
background-color: #4DFAB2;
}
.BgClassName
{
background-color: #4DFAB2;
}
</style>
border-color css
<style>
span { border-color: #4DFAB2; }
span { border-color: rgb(77,250,178); }
td.TdClassName
{
border-color: #4DFAB2;
}
.TagClassName
{
border-color: #4DFAB2;
}
</style>