Shades of Turquoise #4FF2BC
Tints of Turquoise #4FF2BC
RGB
CMYK
RGB Variations
Color information
#4FF2BC (or 0x4FF2BC) is known color: Turquoise. HEX triplet: 4F, F2 and BC. RGB value is (79,242,188). Sum of RGB (Red+Green+Blue) = 79+242+188=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF2BC is #B00D43. Grayscale: #BBBBBB. Windows color (decimal): -11537732 or 12382799. OLE color: 12382799.
HSL color Cylindrical-coordinate representation of color #4FF2BC: hue angle of 160.12º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF2BC is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 188 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.05 |
| HSL | 160.12º | 0.86% | 0.63% | - |
| HSV(B) | 160.12º | 0.67% | 0.95% | - |
| XYZ | 44.05 | 68.8 | 58.53 | - |
| YUV | 187.11 | 128.5 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 188 | 0.67 | 0 | 0.22 | 0.05 | 160.12 | 0.86 | 0.63 |
| Hex | 4F | F2 | BC | 43 | 0 | 16 | 5 | A0 | 56 | 3F |
| Octal | 117 | 362 | 274 | 103 | 0 | 26 | 5 | 240 | 126 | 77 |
| Binary | 1001111 | 11110010 | 10111100 | 1000011 | 0 | 10110 | 101 | 10100000 | 1010110 | 111111 |
Color Harmonies of #4FF2BC
Complementary color
Monochromatic Colors of #4FF2BC
Black with #4FF2BC
Text Example
Text Example
White with #4FF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF2BC; }
p { color: rgb(79,242,188); }
H1.HeaderClassName
{
color: #4FF2BC;
}
.AnyTagClassName
{
color: #4FF2BC;
}
</style>
background-color css
<style>
a { background-color: #4FF2BC; }
a { background-color: rgb(79,242,188); }
div.DivClassName
{
background-color: #4FF2BC;
}
.BgClassName
{
background-color: #4FF2BC;
}
</style>
border-color css
<style>
span { border-color: #4FF2BC; }
span { border-color: rgb(79,242,188); }
td.TdClassName
{
border-color: #4FF2BC;
}
.TagClassName
{
border-color: #4FF2BC;
}
</style>