Shades of Turquoise #4CFBD3
Tints of Turquoise #4CFBD3
RGB
CMYK
RGB Variations
Color information
#4CFBD3 (or 0x4CFBD3) is known color: Turquoise. HEX triplet: 4C, FB and D3. RGB value is (76,251,211). Sum of RGB (Red+Green+Blue) = 76+251+211=538 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.13% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBD3 is #B3042C. Grayscale: #C2C2C2. Windows color (decimal): -11732013 or 13892428. OLE color: 13892428.
HSL color Cylindrical-coordinate representation of color #4CFBD3: hue angle of 166.29º 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 #4CFBD3 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 211 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.02 |
| HSL | 166.29º | 0.96% | 0.64% | - |
| HSV(B) | 166.29º | 0.7% | 0.98% | - |
| XYZ | 49.24 | 75.23 | 73.55 | - |
| YUV | 194.12 | 137.52 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 211 | 0.70 | 0 | 0.16 | 0.02 | 166.29 | 0.96 | 0.64 |
| Hex | 4C | FB | D3 | 46 | 0 | 10 | 2 | A6 | 60 | 40 |
| Octal | 114 | 373 | 323 | 106 | 0 | 20 | 2 | 246 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11010011 | 1000110 | 0 | 10000 | 10 | 10100110 | 1100000 | 1000000 |
Color Harmonies of #4CFBD3
Complementary color
Monochromatic Colors of #4CFBD3
Black with #4CFBD3
Text Example
Text Example
White with #4CFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBD3; }
p { color: rgb(76,251,211); }
H1.HeaderClassName
{
color: #4CFBD3;
}
.AnyTagClassName
{
color: #4CFBD3;
}
</style>
background-color css
<style>
a { background-color: #4CFBD3; }
a { background-color: rgb(76,251,211); }
div.DivClassName
{
background-color: #4CFBD3;
}
.BgClassName
{
background-color: #4CFBD3;
}
</style>
border-color css
<style>
span { border-color: #4CFBD3; }
span { border-color: rgb(76,251,211); }
td.TdClassName
{
border-color: #4CFBD3;
}
.TagClassName
{
border-color: #4CFBD3;
}
</style>