Shades of Turquoise #4CFADE
Tints of Turquoise #4CFADE
RGB
CMYK
RGB Variations
Color information
#4CFADE (or 0x4CFADE) is known color: Turquoise. HEX triplet: 4C, FA and DE. RGB value is (76,250,222). Sum of RGB (Red+Green+Blue) = 76+250+222=548 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.87% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFADE is #B30521. Grayscale: #C2C2C2. Windows color (decimal): -11732258 or 14613068. OLE color: 14613068.
HSL color Cylindrical-coordinate representation of color #4CFADE: hue angle of 170.34º 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 #4CFADE is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 222 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.02 |
| HSL | 170.34º | 0.95% | 0.64% | - |
| HSV(B) | 170.34º | 0.7% | 0.98% | - |
| XYZ | 50.35 | 75.18 | 80.96 | - |
| YUV | 194.78 | 143.35 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 222 | 0.70 | 0 | 0.11 | 0.02 | 170.34 | 0.95 | 0.64 |
| Hex | 4C | FA | DE | 46 | 0 | B | 2 | AA | 5F | 40 |
| Octal | 114 | 372 | 336 | 106 | 0 | 13 | 2 | 252 | 137 | 100 |
| Binary | 1001100 | 11111010 | 11011110 | 1000110 | 0 | 1011 | 10 | 10101010 | 1011111 | 1000000 |
Color Harmonies of #4CFADE
Complementary color
Monochromatic Colors of #4CFADE
Black with #4CFADE
Text Example
Text Example
White with #4CFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFADE; }
p { color: rgb(76,250,222); }
H1.HeaderClassName
{
color: #4CFADE;
}
.AnyTagClassName
{
color: #4CFADE;
}
</style>
background-color css
<style>
a { background-color: #4CFADE; }
a { background-color: rgb(76,250,222); }
div.DivClassName
{
background-color: #4CFADE;
}
.BgClassName
{
background-color: #4CFADE;
}
</style>
border-color css
<style>
span { border-color: #4CFADE; }
span { border-color: rgb(76,250,222); }
td.TdClassName
{
border-color: #4CFADE;
}
.TagClassName
{
border-color: #4CFADE;
}
</style>