Shades of Turquoise #4CF0BB
Tints of Turquoise #4CF0BB
RGB
CMYK
RGB Variations
Color information
#4CF0BB (or 0x4CF0BB) is known color: Turquoise. HEX triplet: 4C, F0 and BB. RGB value is (76,240,187). Sum of RGB (Red+Green+Blue) = 76+240+187=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF0BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF0BB is #B30F44. Grayscale: #B8B8B8. Windows color (decimal): -11734853 or 12316748. OLE color: 12316748.
HSL color Cylindrical-coordinate representation of color #4CF0BB: hue angle of 160.61º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF0BB is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 187 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.06 |
| HSL | 160.61º | 0.85% | 0.62% | - |
| HSV(B) | 160.61º | 0.68% | 0.94% | - |
| XYZ | 43.11 | 67.44 | 57.76 | - |
| YUV | 184.92 | 129.17 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 187 | 0.68 | 0 | 0.22 | 0.06 | 160.61 | 0.85 | 0.62 |
| Hex | 4C | F0 | BB | 44 | 0 | 16 | 6 | A1 | 55 | 3E |
| Octal | 114 | 360 | 273 | 104 | 0 | 26 | 6 | 241 | 125 | 76 |
| Binary | 1001100 | 11110000 | 10111011 | 1000100 | 0 | 10110 | 110 | 10100001 | 1010101 | 111110 |
Color Harmonies of #4CF0BB
Complementary color
Monochromatic Colors of #4CF0BB
Black with #4CF0BB
Text Example
Text Example
White with #4CF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF0BB; }
p { color: rgb(76,240,187); }
H1.HeaderClassName
{
color: #4CF0BB;
}
.AnyTagClassName
{
color: #4CF0BB;
}
</style>
background-color css
<style>
a { background-color: #4CF0BB; }
a { background-color: rgb(76,240,187); }
div.DivClassName
{
background-color: #4CF0BB;
}
.BgClassName
{
background-color: #4CF0BB;
}
</style>
border-color css
<style>
span { border-color: #4CF0BB; }
span { border-color: rgb(76,240,187); }
td.TdClassName
{
border-color: #4CF0BB;
}
.TagClassName
{
border-color: #4CF0BB;
}
</style>