Shades of Turquoise #4BFFE3
Tints of Turquoise #4BFFE3
RGB
CMYK
RGB Variations
Color information
#4BFFE3 (or 0x4BFFE3) is known color: Turquoise. HEX triplet: 4B, FF and E3. RGB value is (75,255,227). Sum of RGB (Red+Green+Blue) = 75+255+227=557 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.46% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFE3 is #B4001C. Grayscale: #C5C5C5. Windows color (decimal): -11796509 or 14942027. OLE color: 14942027.
HSL color Cylindrical-coordinate representation of color #4BFFE3: hue angle of 170.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFE3 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 227 | - |
| CMYK | 0.71 | 0 | 0.11 | 0 |
| HSL | 170.67º | 1% | 0.65% | - |
| HSV(B) | 170.67º | 0.71% | 1% | - |
| XYZ | 52.53 | 78.56 | 85.07 | - |
| YUV | 197.99 | 144.37 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 227 | 0.71 | 0 | 0.11 | 0 | 170.67 | 1 | 0.65 |
| Hex | 4B | FF | E3 | 47 | 0 | B | 0 | AB | 64 | 41 |
| Octal | 113 | 377 | 343 | 107 | 0 | 13 | 0 | 253 | 144 | 101 |
| Binary | 1001011 | 11111111 | 11100011 | 1000111 | 0 | 1011 | 0 | 10101011 | 1100100 | 1000001 |
Color Harmonies of #4BFFE3
Complementary color
Monochromatic Colors of #4BFFE3
Black with #4BFFE3
Text Example
Text Example
White with #4BFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFE3; }
p { color: rgb(75,255,227); }
H1.HeaderClassName
{
color: #4BFFE3;
}
.AnyTagClassName
{
color: #4BFFE3;
}
</style>
background-color css
<style>
a { background-color: #4BFFE3; }
a { background-color: rgb(75,255,227); }
div.DivClassName
{
background-color: #4BFFE3;
}
.BgClassName
{
background-color: #4BFFE3;
}
</style>
border-color css
<style>
span { border-color: #4BFFE3; }
span { border-color: rgb(75,255,227); }
td.TdClassName
{
border-color: #4BFFE3;
}
.TagClassName
{
border-color: #4BFFE3;
}
</style>