Shades of Turquoise #4CFDC1
Tints of Turquoise #4CFDC1
RGB
CMYK
RGB Variations
Color information
#4CFDC1 (or 0x4CFDC1) is known color: Turquoise. HEX triplet: 4C, FD and C1. RGB value is (76,253,193). Sum of RGB (Red+Green+Blue) = 76+253+193=522 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.56% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDC1 is #B3023E. Grayscale: #C1C1C1. Windows color (decimal): -11731519 or 12713292. OLE color: 12713292.
HSL color Cylindrical-coordinate representation of color #4CFDC1: hue angle of 159.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFDC1 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 253 | 193 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.01 |
| HSL | 159.66º | 0.98% | 0.65% | - |
| HSV(B) | 159.66º | 0.7% | 0.99% | - |
| XYZ | 47.73 | 75.64 | 62.54 | - |
| YUV | 193.24 | 127.86 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 253 | 193 | 0.70 | 0 | 0.24 | 0.01 | 159.66 | 0.98 | 0.65 |
| Hex | 4C | FD | C1 | 46 | 0 | 18 | 1 | A0 | 62 | 41 |
| Octal | 114 | 375 | 301 | 106 | 0 | 30 | 1 | 240 | 142 | 101 |
| Binary | 1001100 | 11111101 | 11000001 | 1000110 | 0 | 11000 | 1 | 10100000 | 1100010 | 1000001 |
Color Harmonies of #4CFDC1
Complementary color
Monochromatic Colors of #4CFDC1
Black with #4CFDC1
Text Example
Text Example
White with #4CFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFDC1; }
p { color: rgb(76,253,193); }
H1.HeaderClassName
{
color: #4CFDC1;
}
.AnyTagClassName
{
color: #4CFDC1;
}
</style>
background-color css
<style>
a { background-color: #4CFDC1; }
a { background-color: rgb(76,253,193); }
div.DivClassName
{
background-color: #4CFDC1;
}
.BgClassName
{
background-color: #4CFDC1;
}
</style>
border-color css
<style>
span { border-color: #4CFDC1; }
span { border-color: rgb(76,253,193); }
td.TdClassName
{
border-color: #4CFDC1;
}
.TagClassName
{
border-color: #4CFDC1;
}
</style>