Shades of Turquoise #4CF1BA
Tints of Turquoise #4CF1BA
RGB
CMYK
RGB Variations
Color information
#4CF1BA (or 0x4CF1BA) is known color: Turquoise. HEX triplet: 4C, F1 and BA. RGB value is (76,241,186). Sum of RGB (Red+Green+Blue) = 76+241+186=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF1BA is #B30E45. Grayscale: #B9B9B9. Windows color (decimal): -11734598 or 12251468. OLE color: 12251468.
HSL color Cylindrical-coordinate representation of color #4CF1BA: hue angle of 160º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF1BA is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 186 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.05 |
| HSL | 160º | 0.85% | 0.62% | - |
| HSV(B) | 160º | 0.68% | 0.95% | - |
| XYZ | 43.3 | 67.99 | 57.3 | - |
| YUV | 185.4 | 128.34 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 186 | 0.68 | 0 | 0.23 | 0.05 | 160 | 0.85 | 0.62 |
| Hex | 4C | F1 | BA | 44 | 0 | 17 | 5 | A0 | 55 | 3E |
| Octal | 114 | 361 | 272 | 104 | 0 | 27 | 5 | 240 | 125 | 76 |
| Binary | 1001100 | 11110001 | 10111010 | 1000100 | 0 | 10111 | 101 | 10100000 | 1010101 | 111110 |
Color Harmonies of #4CF1BA
Complementary color
Monochromatic Colors of #4CF1BA
Black with #4CF1BA
Text Example
Text Example
White with #4CF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF1BA; }
p { color: rgb(76,241,186); }
H1.HeaderClassName
{
color: #4CF1BA;
}
.AnyTagClassName
{
color: #4CF1BA;
}
</style>
background-color css
<style>
a { background-color: #4CF1BA; }
a { background-color: rgb(76,241,186); }
div.DivClassName
{
background-color: #4CF1BA;
}
.BgClassName
{
background-color: #4CF1BA;
}
</style>
border-color css
<style>
span { border-color: #4CF1BA; }
span { border-color: rgb(76,241,186); }
td.TdClassName
{
border-color: #4CF1BA;
}
.TagClassName
{
border-color: #4CF1BA;
}
</style>