Shades of Turquoise #4CFADC
Tints of Turquoise #4CFADC
RGB
CMYK
RGB Variations
Color information
#4CFADC (or 0x4CFADC) is known color: Turquoise. HEX triplet: 4C, FA and DC. RGB value is (76,250,220). Sum of RGB (Red+Green+Blue) = 76+250+220=546 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.92% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFADC is #B30523. Grayscale: #C2C2C2. Windows color (decimal): -11732260 or 14481996. OLE color: 14481996.
HSL color Cylindrical-coordinate representation of color #4CFADC: hue angle of 169.66º 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 #4CFADC is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 220 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.02 |
| HSL | 169.66º | 0.95% | 0.64% | - |
| HSV(B) | 169.66º | 0.7% | 0.98% | - |
| XYZ | 50.08 | 75.08 | 79.56 | - |
| YUV | 194.55 | 142.35 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 220 | 0.70 | 0 | 0.12 | 0.02 | 169.66 | 0.95 | 0.64 |
| Hex | 4C | FA | DC | 46 | 0 | C | 2 | AA | 5F | 40 |
| Octal | 114 | 372 | 334 | 106 | 0 | 14 | 2 | 252 | 137 | 100 |
| Binary | 1001100 | 11111010 | 11011100 | 1000110 | 0 | 1100 | 10 | 10101010 | 1011111 | 1000000 |
Color Harmonies of #4CFADC
Complementary color
Monochromatic Colors of #4CFADC
Black with #4CFADC
Text Example
Text Example
White with #4CFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFADC; }
p { color: rgb(76,250,220); }
H1.HeaderClassName
{
color: #4CFADC;
}
.AnyTagClassName
{
color: #4CFADC;
}
</style>
background-color css
<style>
a { background-color: #4CFADC; }
a { background-color: rgb(76,250,220); }
div.DivClassName
{
background-color: #4CFADC;
}
.BgClassName
{
background-color: #4CFADC;
}
</style>
border-color css
<style>
span { border-color: #4CFADC; }
span { border-color: rgb(76,250,220); }
td.TdClassName
{
border-color: #4CFADC;
}
.TagClassName
{
border-color: #4CFADC;
}
</style>