Shades of Turquoise #4CFBB6
Tints of Turquoise #4CFBB6
RGB
CMYK
RGB Variations
Color information
#4CFBB6 (or 0x4CFBB6) is known color: Turquoise. HEX triplet: 4C, FB and B6. RGB value is (76,251,182). Sum of RGB (Red+Green+Blue) = 76+251+182=509 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.93% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBB6 is #B30449. Grayscale: #BEBEBE. Windows color (decimal): -11732042 or 11991884. OLE color: 11991884.
HSL color Cylindrical-coordinate representation of color #4CFBB6: hue angle of 156.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 #4CFBB6 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 182 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.02 |
| HSL | 156.34º | 0.96% | 0.64% | - |
| HSV(B) | 156.34º | 0.7% | 0.98% | - |
| XYZ | 45.92 | 73.91 | 56.1 | - |
| YUV | 190.81 | 123.02 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 182 | 0.70 | 0 | 0.27 | 0.02 | 156.34 | 0.96 | 0.64 |
| Hex | 4C | FB | B6 | 46 | 0 | 1B | 2 | 9C | 60 | 40 |
| Octal | 114 | 373 | 266 | 106 | 0 | 33 | 2 | 234 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10110110 | 1000110 | 0 | 11011 | 10 | 10011100 | 1100000 | 1000000 |
Color Harmonies of #4CFBB6
Complementary color
Monochromatic Colors of #4CFBB6
Black with #4CFBB6
Text Example
Text Example
White with #4CFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBB6; }
p { color: rgb(76,251,182); }
H1.HeaderClassName
{
color: #4CFBB6;
}
.AnyTagClassName
{
color: #4CFBB6;
}
</style>
background-color css
<style>
a { background-color: #4CFBB6; }
a { background-color: rgb(76,251,182); }
div.DivClassName
{
background-color: #4CFBB6;
}
.BgClassName
{
background-color: #4CFBB6;
}
</style>
border-color css
<style>
span { border-color: #4CFBB6; }
span { border-color: rgb(76,251,182); }
td.TdClassName
{
border-color: #4CFBB6;
}
.TagClassName
{
border-color: #4CFBB6;
}
</style>