Shades of Turquoise #4CFBDC
Tints of Turquoise #4CFBDC
RGB
CMYK
RGB Variations
Color information
#4CFBDC (or 0x4CFBDC) is known color: Turquoise. HEX triplet: 4C, FB and DC. RGB value is (76,251,220). Sum of RGB (Red+Green+Blue) = 76+251+220=547 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.89% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBDC is #B30423. Grayscale: #C3C3C3. Windows color (decimal): -11732004 or 14482252. OLE color: 14482252.
HSL color Cylindrical-coordinate representation of color #4CFBDC: hue angle of 169.37º degrees, saturation: 0.96, 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 #4CFBDC is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 220 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.02 |
| HSL | 169.37º | 0.96% | 0.64% | - |
| HSV(B) | 169.37º | 0.7% | 0.98% | - |
| XYZ | 50.4 | 75.7 | 79.67 | - |
| YUV | 195.14 | 142.02 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 220 | 0.70 | 0 | 0.12 | 0.02 | 169.37 | 0.96 | 0.64 |
| Hex | 4C | FB | DC | 46 | 0 | C | 2 | A9 | 60 | 40 |
| Octal | 114 | 373 | 334 | 106 | 0 | 14 | 2 | 251 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11011100 | 1000110 | 0 | 1100 | 10 | 10101001 | 1100000 | 1000000 |
Color Harmonies of #4CFBDC
Complementary color
Monochromatic Colors of #4CFBDC
Black with #4CFBDC
Text Example
Text Example
White with #4CFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBDC; }
p { color: rgb(76,251,220); }
H1.HeaderClassName
{
color: #4CFBDC;
}
.AnyTagClassName
{
color: #4CFBDC;
}
</style>
background-color css
<style>
a { background-color: #4CFBDC; }
a { background-color: rgb(76,251,220); }
div.DivClassName
{
background-color: #4CFBDC;
}
.BgClassName
{
background-color: #4CFBDC;
}
</style>
border-color css
<style>
span { border-color: #4CFBDC; }
span { border-color: rgb(76,251,220); }
td.TdClassName
{
border-color: #4CFBDC;
}
.TagClassName
{
border-color: #4CFBDC;
}
</style>