Shades of Turquoise #4CF0BC
Tints of Turquoise #4CF0BC
RGB
CMYK
RGB Variations
Color information
#4CF0BC (or 0x4CF0BC) is known color: Turquoise. HEX triplet: 4C, F0 and BC. RGB value is (76,240,188). Sum of RGB (Red+Green+Blue) = 76+240+188=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF0BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF0BC is #B30F43. Grayscale: #B9B9B9. Windows color (decimal): -11734852 or 12382284. OLE color: 12382284.
HSL color Cylindrical-coordinate representation of color #4CF0BC: hue angle of 160.98º 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 #4CF0BC is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 188 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.06 |
| HSL | 160.98º | 0.85% | 0.62% | - |
| HSV(B) | 160.98º | 0.68% | 0.94% | - |
| XYZ | 43.22 | 67.49 | 58.33 | - |
| YUV | 185.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 188 | 0.68 | 0 | 0.22 | 0.06 | 160.98 | 0.85 | 0.62 |
| Hex | 4C | F0 | BC | 44 | 0 | 16 | 6 | A1 | 55 | 3E |
| Octal | 114 | 360 | 274 | 104 | 0 | 26 | 6 | 241 | 125 | 76 |
| Binary | 1001100 | 11110000 | 10111100 | 1000100 | 0 | 10110 | 110 | 10100001 | 1010101 | 111110 |
Color Harmonies of #4CF0BC
Complementary color
Monochromatic Colors of #4CF0BC
Black with #4CF0BC
Text Example
Text Example
White with #4CF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF0BC; }
p { color: rgb(76,240,188); }
H1.HeaderClassName
{
color: #4CF0BC;
}
.AnyTagClassName
{
color: #4CF0BC;
}
</style>
background-color css
<style>
a { background-color: #4CF0BC; }
a { background-color: rgb(76,240,188); }
div.DivClassName
{
background-color: #4CF0BC;
}
.BgClassName
{
background-color: #4CF0BC;
}
</style>
border-color css
<style>
span { border-color: #4CF0BC; }
span { border-color: rgb(76,240,188); }
td.TdClassName
{
border-color: #4CF0BC;
}
.TagClassName
{
border-color: #4CF0BC;
}
</style>