Shades of Turquoise #4CFAB2
Tints of Turquoise #4CFAB2
RGB
CMYK
RGB Variations
Color information
#4CFAB2 (or 0x4CFAB2) is known color: Turquoise. HEX triplet: 4C, FA and B2. RGB value is (76,250,178). Sum of RGB (Red+Green+Blue) = 76+250+178=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFAB2 is #B3054D. Grayscale: #BDBDBD. Windows color (decimal): -11732302 or 11729484. OLE color: 11729484.
HSL color Cylindrical-coordinate representation of color #4CFAB2: hue angle of 155.17º 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 #4CFAB2 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 178 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.02 |
| HSL | 155.17º | 0.95% | 0.64% | - |
| HSV(B) | 155.17º | 0.7% | 0.98% | - |
| XYZ | 45.2 | 73.12 | 53.85 | - |
| YUV | 189.77 | 121.35 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 178 | 0.70 | 0 | 0.29 | 0.02 | 155.17 | 0.95 | 0.64 |
| Hex | 4C | FA | B2 | 46 | 0 | 1D | 2 | 9B | 5F | 40 |
| Octal | 114 | 372 | 262 | 106 | 0 | 35 | 2 | 233 | 137 | 100 |
| Binary | 1001100 | 11111010 | 10110010 | 1000110 | 0 | 11101 | 10 | 10011011 | 1011111 | 1000000 |
Color Harmonies of #4CFAB2
Complementary color
Monochromatic Colors of #4CFAB2
Black with #4CFAB2
Text Example
Text Example
White with #4CFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFAB2; }
p { color: rgb(76,250,178); }
H1.HeaderClassName
{
color: #4CFAB2;
}
.AnyTagClassName
{
color: #4CFAB2;
}
</style>
background-color css
<style>
a { background-color: #4CFAB2; }
a { background-color: rgb(76,250,178); }
div.DivClassName
{
background-color: #4CFAB2;
}
.BgClassName
{
background-color: #4CFAB2;
}
</style>
border-color css
<style>
span { border-color: #4CFAB2; }
span { border-color: rgb(76,250,178); }
td.TdClassName
{
border-color: #4CFAB2;
}
.TagClassName
{
border-color: #4CFAB2;
}
</style>