Shades of Turquoise #4BFEC7
Tints of Turquoise #4BFEC7
RGB
CMYK
RGB Variations
Color information
#4BFEC7 (or 0x4BFEC7) is known color: Turquoise. HEX triplet: 4B, FE and C7. RGB value is (75,254,199). Sum of RGB (Red+Green+Blue) = 75+254+199=528 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.20% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEC7 is #B40138. Grayscale: #C2C2C2. Windows color (decimal): -11796793 or 13106763. OLE color: 13106763.
HSL color Cylindrical-coordinate representation of color #4BFEC7: hue angle of 161.56º 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 #4BFEC7 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 199 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.00 |
| HSL | 161.56º | 0.99% | 0.65% | - |
| HSV(B) | 161.56º | 0.7% | 1% | - |
| XYZ | 48.65 | 76.5 | 66.24 | - |
| YUV | 194.21 | 130.7 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 199 | 0.70 | 0 | 0.22 | 0.00 | 161.56 | 0.99 | 0.65 |
| Hex | 4B | FE | C7 | 46 | 0 | 16 | 0 | A2 | 63 | 41 |
| Octal | 113 | 376 | 307 | 106 | 0 | 26 | 0 | 242 | 143 | 101 |
| Binary | 1001011 | 11111110 | 11000111 | 1000110 | 0 | 10110 | 0 | 10100010 | 1100011 | 1000001 |
Color Harmonies of #4BFEC7
Complementary color
Monochromatic Colors of #4BFEC7
Black with #4BFEC7
Text Example
Text Example
White with #4BFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEC7; }
p { color: rgb(75,254,199); }
H1.HeaderClassName
{
color: #4BFEC7;
}
.AnyTagClassName
{
color: #4BFEC7;
}
</style>
background-color css
<style>
a { background-color: #4BFEC7; }
a { background-color: rgb(75,254,199); }
div.DivClassName
{
background-color: #4BFEC7;
}
.BgClassName
{
background-color: #4BFEC7;
}
</style>
border-color css
<style>
span { border-color: #4BFEC7; }
span { border-color: rgb(75,254,199); }
td.TdClassName
{
border-color: #4BFEC7;
}
.TagClassName
{
border-color: #4BFEC7;
}
</style>