Shades of Turquoise #4CFBD9
Tints of Turquoise #4CFBD9
RGB
CMYK
RGB Variations
Color information
#4CFBD9 (or 0x4CFBD9) is known color: Turquoise. HEX triplet: 4C, FB and D9. RGB value is (76,251,217). Sum of RGB (Red+Green+Blue) = 76+251+217=544 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.97% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBD9 is #B30426. Grayscale: #C2C2C2. Windows color (decimal): -11732007 or 14285644. OLE color: 14285644.
HSL color Cylindrical-coordinate representation of color #4CFBD9: hue angle of 168.34º 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 #4CFBD9 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 217 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.02 |
| HSL | 168.34º | 0.96% | 0.64% | - |
| HSV(B) | 168.34º | 0.7% | 0.98% | - |
| XYZ | 50 | 75.54 | 77.59 | - |
| YUV | 194.8 | 140.52 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 217 | 0.70 | 0 | 0.14 | 0.02 | 168.34 | 0.96 | 0.64 |
| Hex | 4C | FB | D9 | 46 | 0 | E | 2 | A8 | 60 | 40 |
| Octal | 114 | 373 | 331 | 106 | 0 | 16 | 2 | 250 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11011001 | 1000110 | 0 | 1110 | 10 | 10101000 | 1100000 | 1000000 |
Color Harmonies of #4CFBD9
Complementary color
Monochromatic Colors of #4CFBD9
Black with #4CFBD9
Text Example
Text Example
White with #4CFBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBD9; }
p { color: rgb(76,251,217); }
H1.HeaderClassName
{
color: #4CFBD9;
}
.AnyTagClassName
{
color: #4CFBD9;
}
</style>
background-color css
<style>
a { background-color: #4CFBD9; }
a { background-color: rgb(76,251,217); }
div.DivClassName
{
background-color: #4CFBD9;
}
.BgClassName
{
background-color: #4CFBD9;
}
</style>
border-color css
<style>
span { border-color: #4CFBD9; }
span { border-color: rgb(76,251,217); }
td.TdClassName
{
border-color: #4CFBD9;
}
.TagClassName
{
border-color: #4CFBD9;
}
</style>