Shades of Turquoise #4BFAEB
Tints of Turquoise #4BFAEB
RGB
CMYK
RGB Variations
Color information
#4BFAEB (or 0x4BFAEB) is known color: Turquoise. HEX triplet: 4B, FA and EB. RGB value is (75,250,235). Sum of RGB (Red+Green+Blue) = 75+250+235=560 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.39% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFAEB is #B40514. Grayscale: #C3C3C3. Windows color (decimal): -11797781 or 15465035. OLE color: 15465035.
HSL color Cylindrical-coordinate representation of color #4BFAEB: hue angle of 174.86º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFAEB is Cyan = 0.7, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 235 | - |
| CMYK | 0.7 | 0 | 0.06 | 0.02 |
| HSL | 174.86º | 0.95% | 0.64% | - |
| HSV(B) | 174.86º | 0.7% | 0.98% | - |
| XYZ | 52.08 | 75.87 | 90.5 | - |
| YUV | 195.97 | 150.02 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 235 | 0.7 | 0 | 0.06 | 0.02 | 174.86 | 0.95 | 0.64 |
| Hex | 4B | FA | EB | 46 | 0 | 6 | 2 | AF | 5F | 40 |
| Octal | 113 | 372 | 353 | 106 | 0 | 6 | 2 | 257 | 137 | 100 |
| Binary | 1001011 | 11111010 | 11101011 | 1000110 | 0 | 110 | 10 | 10101111 | 1011111 | 1000000 |
Color Harmonies of #4BFAEB
Complementary color
Monochromatic Colors of #4BFAEB
Black with #4BFAEB
Text Example
Text Example
White with #4BFAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFAEB; }
p { color: rgb(75,250,235); }
H1.HeaderClassName
{
color: #4BFAEB;
}
.AnyTagClassName
{
color: #4BFAEB;
}
</style>
background-color css
<style>
a { background-color: #4BFAEB; }
a { background-color: rgb(75,250,235); }
div.DivClassName
{
background-color: #4BFAEB;
}
.BgClassName
{
background-color: #4BFAEB;
}
</style>
border-color css
<style>
span { border-color: #4BFAEB; }
span { border-color: rgb(75,250,235); }
td.TdClassName
{
border-color: #4BFAEB;
}
.TagClassName
{
border-color: #4BFAEB;
}
</style>