Shades of Turquoise #4BFFE0
Tints of Turquoise #4BFFE0
RGB
CMYK
RGB Variations
Color information
#4BFFE0 (or 0x4BFFE0) is known color: Turquoise. HEX triplet: 4B, FF and E0. RGB value is (75,255,224). Sum of RGB (Red+Green+Blue) = 75+255+224=554 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.54% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFE0 is #B4001F. Grayscale: #C5C5C5. Windows color (decimal): -11796512 or 14745419. OLE color: 14745419.
HSL color Cylindrical-coordinate representation of color #4BFFE0: hue angle of 169.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 #4BFFE0 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 224 | - |
| CMYK | 0.71 | 0 | 0.12 | 0 |
| HSL | 169.67º | 1% | 0.65% | - |
| HSV(B) | 169.67º | 0.71% | 1% | - |
| XYZ | 52.12 | 78.4 | 82.91 | - |
| YUV | 197.65 | 142.87 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 224 | 0.71 | 0 | 0.12 | 0 | 169.67 | 1 | 0.65 |
| Hex | 4B | FF | E0 | 47 | 0 | C | 0 | AA | 64 | 41 |
| Octal | 113 | 377 | 340 | 107 | 0 | 14 | 0 | 252 | 144 | 101 |
| Binary | 1001011 | 11111111 | 11100000 | 1000111 | 0 | 1100 | 0 | 10101010 | 1100100 | 1000001 |
Color Harmonies of #4BFFE0
Complementary color
Monochromatic Colors of #4BFFE0
Black with #4BFFE0
Text Example
Text Example
White with #4BFFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFE0; }
p { color: rgb(75,255,224); }
H1.HeaderClassName
{
color: #4BFFE0;
}
.AnyTagClassName
{
color: #4BFFE0;
}
</style>
background-color css
<style>
a { background-color: #4BFFE0; }
a { background-color: rgb(75,255,224); }
div.DivClassName
{
background-color: #4BFFE0;
}
.BgClassName
{
background-color: #4BFFE0;
}
</style>
border-color css
<style>
span { border-color: #4BFFE0; }
span { border-color: rgb(75,255,224); }
td.TdClassName
{
border-color: #4BFFE0;
}
.TagClassName
{
border-color: #4BFFE0;
}
</style>