Shades of Turquoise #4CFBB3
Tints of Turquoise #4CFBB3
RGB
CMYK
RGB Variations
Color information
#4CFBB3 (or 0x4CFBB3) is known color: Turquoise. HEX triplet: 4C, FB and B3. RGB value is (76,251,179). Sum of RGB (Red+Green+Blue) = 76+251+179=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBB3 is #B3044C. Grayscale: #BEBEBE. Windows color (decimal): -11732045 or 11795276. OLE color: 11795276.
HSL color Cylindrical-coordinate representation of color #4CFBB3: hue angle of 155.31º 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 #4CFBB3 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 179 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.02 |
| HSL | 155.31º | 0.96% | 0.64% | - |
| HSV(B) | 155.31º | 0.7% | 0.98% | - |
| XYZ | 45.61 | 73.79 | 54.49 | - |
| YUV | 190.47 | 121.52 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 179 | 0.70 | 0 | 0.29 | 0.02 | 155.31 | 0.96 | 0.64 |
| Hex | 4C | FB | B3 | 46 | 0 | 1D | 2 | 9B | 60 | 40 |
| Octal | 114 | 373 | 263 | 106 | 0 | 35 | 2 | 233 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10110011 | 1000110 | 0 | 11101 | 10 | 10011011 | 1100000 | 1000000 |
Color Harmonies of #4CFBB3
Complementary color
Monochromatic Colors of #4CFBB3
Black with #4CFBB3
Text Example
Text Example
White with #4CFBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBB3; }
p { color: rgb(76,251,179); }
H1.HeaderClassName
{
color: #4CFBB3;
}
.AnyTagClassName
{
color: #4CFBB3;
}
</style>
background-color css
<style>
a { background-color: #4CFBB3; }
a { background-color: rgb(76,251,179); }
div.DivClassName
{
background-color: #4CFBB3;
}
.BgClassName
{
background-color: #4CFBB3;
}
</style>
border-color css
<style>
span { border-color: #4CFBB3; }
span { border-color: rgb(76,251,179); }
td.TdClassName
{
border-color: #4CFBB3;
}
.TagClassName
{
border-color: #4CFBB3;
}
</style>