Shades of Turquoise #4BFEC9
Tints of Turquoise #4BFEC9
RGB
CMYK
RGB Variations
Color information
#4BFEC9 (or 0x4BFEC9) is known color: Turquoise. HEX triplet: 4B, FE and C9. RGB value is (75,254,201). Sum of RGB (Red+Green+Blue) = 75+254+201=530 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.15% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEC9 is #B40136. Grayscale: #C2C2C2. Windows color (decimal): -11796791 or 13237835. OLE color: 13237835.
HSL color Cylindrical-coordinate representation of color #4BFEC9: hue angle of 162.23º 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 #4BFEC9 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 201 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.00 |
| HSL | 162.23º | 0.99% | 0.65% | - |
| HSV(B) | 162.23º | 0.7% | 1% | - |
| XYZ | 48.89 | 76.6 | 67.47 | - |
| YUV | 194.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 201 | 0.70 | 0 | 0.21 | 0.00 | 162.23 | 0.99 | 0.65 |
| Hex | 4B | FE | C9 | 46 | 0 | 15 | 0 | A2 | 63 | 41 |
| Octal | 113 | 376 | 311 | 106 | 0 | 25 | 0 | 242 | 143 | 101 |
| Binary | 1001011 | 11111110 | 11001001 | 1000110 | 0 | 10101 | 0 | 10100010 | 1100011 | 1000001 |
Color Harmonies of #4BFEC9
Complementary color
Monochromatic Colors of #4BFEC9
Black with #4BFEC9
Text Example
Text Example
White with #4BFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEC9; }
p { color: rgb(75,254,201); }
H1.HeaderClassName
{
color: #4BFEC9;
}
.AnyTagClassName
{
color: #4BFEC9;
}
</style>
background-color css
<style>
a { background-color: #4BFEC9; }
a { background-color: rgb(75,254,201); }
div.DivClassName
{
background-color: #4BFEC9;
}
.BgClassName
{
background-color: #4BFEC9;
}
</style>
border-color css
<style>
span { border-color: #4BFEC9; }
span { border-color: rgb(75,254,201); }
td.TdClassName
{
border-color: #4BFEC9;
}
.TagClassName
{
border-color: #4BFEC9;
}
</style>