Shades of Turquoise #4BFEC5
Tints of Turquoise #4BFEC5
RGB
CMYK
RGB Variations
Color information
#4BFEC5 (or 0x4BFEC5) is known color: Turquoise. HEX triplet: 4B, FE and C5. RGB value is (75,254,197). Sum of RGB (Red+Green+Blue) = 75+254+197=526 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.26% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEC5 is #B4013A. Grayscale: #C2C2C2. Windows color (decimal): -11796795 or 12975691. OLE color: 12975691.
HSL color Cylindrical-coordinate representation of color #4BFEC5: hue angle of 160.89º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEC5 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 197 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.00 |
| HSL | 160.89º | 0.99% | 0.65% | - |
| HSV(B) | 160.89º | 0.7% | 1% | - |
| XYZ | 48.42 | 76.41 | 65.02 | - |
| YUV | 193.98 | 129.7 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 197 | 0.70 | 0 | 0.22 | 0.00 | 160.89 | 0.99 | 0.65 |
| Hex | 4B | FE | C5 | 46 | 0 | 16 | 0 | A1 | 63 | 41 |
| Octal | 113 | 376 | 305 | 106 | 0 | 26 | 0 | 241 | 143 | 101 |
| Binary | 1001011 | 11111110 | 11000101 | 1000110 | 0 | 10110 | 0 | 10100001 | 1100011 | 1000001 |
Color Harmonies of #4BFEC5
Complementary color
Monochromatic Colors of #4BFEC5
Black with #4BFEC5
Text Example
Text Example
White with #4BFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEC5; }
p { color: rgb(75,254,197); }
H1.HeaderClassName
{
color: #4BFEC5;
}
.AnyTagClassName
{
color: #4BFEC5;
}
</style>
background-color css
<style>
a { background-color: #4BFEC5; }
a { background-color: rgb(75,254,197); }
div.DivClassName
{
background-color: #4BFEC5;
}
.BgClassName
{
background-color: #4BFEC5;
}
</style>
border-color css
<style>
span { border-color: #4BFEC5; }
span { border-color: rgb(75,254,197); }
td.TdClassName
{
border-color: #4BFEC5;
}
.TagClassName
{
border-color: #4BFEC5;
}
</style>