Shades of Turquoise #4BEDBB
Tints of Turquoise #4BEDBB
RGB
CMYK
RGB Variations
Color information
#4BEDBB (or 0x4BEDBB) is known color: Turquoise. HEX triplet: 4B, ED and BB. RGB value is (75,237,187). Sum of RGB (Red+Green+Blue) = 75+237+187=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #4BEDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEDBB is #B41244. Grayscale: #B6B6B6. Windows color (decimal): -11801157 or 12315979. OLE color: 12315979.
HSL color Cylindrical-coordinate representation of color #4BEDBB: hue angle of 161.48º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEDBB is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 237 | 187 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.07 |
| HSL | 161.48º | 0.82% | 0.61% | - |
| HSV(B) | 161.48º | 0.68% | 0.93% | - |
| XYZ | 42.16 | 65.65 | 57.46 | - |
| YUV | 182.86 | 130.33 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 237 | 187 | 0.68 | 0 | 0.21 | 0.07 | 161.48 | 0.82 | 0.61 |
| Hex | 4B | ED | BB | 44 | 0 | 15 | 7 | A1 | 52 | 3D |
| Octal | 113 | 355 | 273 | 104 | 0 | 25 | 7 | 241 | 122 | 75 |
| Binary | 1001011 | 11101101 | 10111011 | 1000100 | 0 | 10101 | 111 | 10100001 | 1010010 | 111101 |
Color Harmonies of #4BEDBB
Complementary color
Monochromatic Colors of #4BEDBB
Black with #4BEDBB
Text Example
Text Example
White with #4BEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEDBB; }
p { color: rgb(75,237,187); }
H1.HeaderClassName
{
color: #4BEDBB;
}
.AnyTagClassName
{
color: #4BEDBB;
}
</style>
background-color css
<style>
a { background-color: #4BEDBB; }
a { background-color: rgb(75,237,187); }
div.DivClassName
{
background-color: #4BEDBB;
}
.BgClassName
{
background-color: #4BEDBB;
}
</style>
border-color css
<style>
span { border-color: #4BEDBB; }
span { border-color: rgb(75,237,187); }
td.TdClassName
{
border-color: #4BEDBB;
}
.TagClassName
{
border-color: #4BEDBB;
}
</style>