Shades of Turquoise #4BFECE
Tints of Turquoise #4BFECE
RGB
CMYK
RGB Variations
Color information
#4BFECE (or 0x4BFECE) is known color: Turquoise. HEX triplet: 4B, FE and CE. RGB value is (75,254,206). Sum of RGB (Red+Green+Blue) = 75+254+206=535 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.02% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFECE is #B40131. Grayscale: #C3C3C3. Windows color (decimal): -11796786 or 13565515. OLE color: 13565515.
HSL color Cylindrical-coordinate representation of color #4BFECE: hue angle of 163.91º 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 #4BFECE is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 206 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.00 |
| HSL | 163.91º | 0.99% | 0.65% | - |
| HSV(B) | 163.91º | 0.7% | 1% | - |
| XYZ | 49.48 | 76.84 | 70.62 | - |
| YUV | 195.01 | 134.2 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 206 | 0.70 | 0 | 0.19 | 0.00 | 163.91 | 0.99 | 0.65 |
| Hex | 4B | FE | CE | 46 | 0 | 13 | 0 | A4 | 63 | 41 |
| Octal | 113 | 376 | 316 | 106 | 0 | 23 | 0 | 244 | 143 | 101 |
| Binary | 1001011 | 11111110 | 11001110 | 1000110 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000001 |
Color Harmonies of #4BFECE
Complementary color
Monochromatic Colors of #4BFECE
Black with #4BFECE
Text Example
Text Example
White with #4BFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFECE; }
p { color: rgb(75,254,206); }
H1.HeaderClassName
{
color: #4BFECE;
}
.AnyTagClassName
{
color: #4BFECE;
}
</style>
background-color css
<style>
a { background-color: #4BFECE; }
a { background-color: rgb(75,254,206); }
div.DivClassName
{
background-color: #4BFECE;
}
.BgClassName
{
background-color: #4BFECE;
}
</style>
border-color css
<style>
span { border-color: #4BFECE; }
span { border-color: rgb(75,254,206); }
td.TdClassName
{
border-color: #4BFECE;
}
.TagClassName
{
border-color: #4BFECE;
}
</style>