Shades of Turquoise #4BFBE5
Tints of Turquoise #4BFBE5
RGB
CMYK
RGB Variations
Color information
#4BFBE5 (or 0x4BFBE5) is known color: Turquoise. HEX triplet: 4B, FB and E5. RGB value is (75,251,229). Sum of RGB (Red+Green+Blue) = 75+251+229=555 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.51% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBE5 is #B4041A. Grayscale: #C3C3C3. Windows color (decimal): -11797531 or 15072075. OLE color: 15072075.
HSL color Cylindrical-coordinate representation of color #4BFBE5: hue angle of 172.5º 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 #4BFBE5 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 229 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.02 |
| HSL | 172.5º | 0.96% | 0.64% | - |
| HSV(B) | 172.5º | 0.7% | 0.98% | - |
| XYZ | 51.54 | 76.15 | 86.11 | - |
| YUV | 195.87 | 146.69 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 229 | 0.70 | 0 | 0.09 | 0.02 | 172.5 | 0.96 | 0.64 |
| Hex | 4B | FB | E5 | 46 | 0 | 9 | 2 | AC | 60 | 40 |
| Octal | 113 | 373 | 345 | 106 | 0 | 11 | 2 | 254 | 140 | 100 |
| Binary | 1001011 | 11111011 | 11100101 | 1000110 | 0 | 1001 | 10 | 10101100 | 1100000 | 1000000 |
Color Harmonies of #4BFBE5
Complementary color
Monochromatic Colors of #4BFBE5
Black with #4BFBE5
Text Example
Text Example
White with #4BFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFBE5; }
p { color: rgb(75,251,229); }
H1.HeaderClassName
{
color: #4BFBE5;
}
.AnyTagClassName
{
color: #4BFBE5;
}
</style>
background-color css
<style>
a { background-color: #4BFBE5; }
a { background-color: rgb(75,251,229); }
div.DivClassName
{
background-color: #4BFBE5;
}
.BgClassName
{
background-color: #4BFBE5;
}
</style>
border-color css
<style>
span { border-color: #4BFBE5; }
span { border-color: rgb(75,251,229); }
td.TdClassName
{
border-color: #4BFBE5;
}
.TagClassName
{
border-color: #4BFBE5;
}
</style>