Shades of Turquoise #4BFBE3
Tints of Turquoise #4BFBE3
RGB
CMYK
RGB Variations
Color information
#4BFBE3 (or 0x4BFBE3) is known color: Turquoise. HEX triplet: 4B, FB and E3. RGB value is (75,251,227). Sum of RGB (Red+Green+Blue) = 75+251+227=553 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.56% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBE3 is #B4041C. Grayscale: #C3C3C3. Windows color (decimal): -11797533 or 14941003. OLE color: 14941003.
HSL color Cylindrical-coordinate representation of color #4BFBE3: hue angle of 171.82º degrees, saturation: 0.96, 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 #4BFBE3 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 227 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.02 |
| HSL | 171.82º | 0.96% | 0.64% | - |
| HSV(B) | 171.82º | 0.7% | 0.98% | - |
| XYZ | 51.26 | 76.04 | 84.65 | - |
| YUV | 195.64 | 145.69 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 227 | 0.70 | 0 | 0.10 | 0.02 | 171.82 | 0.96 | 0.64 |
| Hex | 4B | FB | E3 | 46 | 0 | A | 2 | AC | 60 | 40 |
| Octal | 113 | 373 | 343 | 106 | 0 | 12 | 2 | 254 | 140 | 100 |
| Binary | 1001011 | 11111011 | 11100011 | 1000110 | 0 | 1010 | 10 | 10101100 | 1100000 | 1000000 |
Color Harmonies of #4BFBE3
Complementary color
Monochromatic Colors of #4BFBE3
Black with #4BFBE3
Text Example
Text Example
White with #4BFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFBE3; }
p { color: rgb(75,251,227); }
H1.HeaderClassName
{
color: #4BFBE3;
}
.AnyTagClassName
{
color: #4BFBE3;
}
</style>
background-color css
<style>
a { background-color: #4BFBE3; }
a { background-color: rgb(75,251,227); }
div.DivClassName
{
background-color: #4BFBE3;
}
.BgClassName
{
background-color: #4BFBE3;
}
</style>
border-color css
<style>
span { border-color: #4BFBE3; }
span { border-color: rgb(75,251,227); }
td.TdClassName
{
border-color: #4BFBE3;
}
.TagClassName
{
border-color: #4BFBE3;
}
</style>