Shades of Turquoise #4BFFE8
Tints of Turquoise #4BFFE8
RGB
CMYK
RGB Variations
Color information
#4BFFE8 (or 0x4BFFE8) is known color: Turquoise. HEX triplet: 4B, FF and E8. RGB value is (75,255,232). Sum of RGB (Red+Green+Blue) = 75+255+232=562 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.35% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFFE8 is #B40017. Grayscale: #C6C6C6. Windows color (decimal): -11796504 or 15269707. OLE color: 15269707.
HSL color Cylindrical-coordinate representation of color #4BFFE8: hue angle of 172.33º 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 #4BFFE8 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 232 | - |
| CMYK | 0.71 | 0 | 0.09 | 0 |
| HSL | 172.33º | 1% | 0.65% | - |
| HSV(B) | 172.33º | 0.71% | 1% | - |
| XYZ | 53.23 | 78.84 | 88.76 | - |
| YUV | 198.56 | 146.87 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 232 | 0.71 | 0 | 0.09 | 0 | 172.33 | 1 | 0.65 |
| Hex | 4B | FF | E8 | 47 | 0 | 9 | 0 | AC | 64 | 41 |
| Octal | 113 | 377 | 350 | 107 | 0 | 11 | 0 | 254 | 144 | 101 |
| Binary | 1001011 | 11111111 | 11101000 | 1000111 | 0 | 1001 | 0 | 10101100 | 1100100 | 1000001 |
Color Harmonies of #4BFFE8
Complementary color
Monochromatic Colors of #4BFFE8
Black with #4BFFE8
Text Example
Text Example
White with #4BFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFE8; }
p { color: rgb(75,255,232); }
H1.HeaderClassName
{
color: #4BFFE8;
}
.AnyTagClassName
{
color: #4BFFE8;
}
</style>
background-color css
<style>
a { background-color: #4BFFE8; }
a { background-color: rgb(75,255,232); }
div.DivClassName
{
background-color: #4BFFE8;
}
.BgClassName
{
background-color: #4BFFE8;
}
</style>
border-color css
<style>
span { border-color: #4BFFE8; }
span { border-color: rgb(75,255,232); }
td.TdClassName
{
border-color: #4BFFE8;
}
.TagClassName
{
border-color: #4BFFE8;
}
</style>