Shades of Turquoise #4BE3DB
Tints of Turquoise #4BE3DB
RGB
CMYK
RGB Variations
Color information
#4BE3DB (or 0x4BE3DB) is known color: Turquoise. HEX triplet: 4B, E3 and DB. RGB value is (75,227,219). Sum of RGB (Red+Green+Blue) = 75+227+219=521 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.40% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE3DB is #B41C24. Grayscale: #B4B4B4. Windows color (decimal): -11803685 or 14410571. OLE color: 14410571.
HSL color Cylindrical-coordinate representation of color #4BE3DB: hue angle of 176.84º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE3DB is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 227 | 219 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.11 |
| HSL | 176.84º | 0.73% | 0.59% | - |
| HSV(B) | 176.84º | 0.67% | 0.89% | - |
| XYZ | 43.16 | 61.55 | 76.62 | - |
| YUV | 180.64 | 149.64 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 227 | 219 | 0.67 | 0 | 0.04 | 0.11 | 176.84 | 0.73 | 0.59 |
| Hex | 4B | E3 | DB | 43 | 0 | 4 | B | B1 | 49 | 3B |
| Octal | 113 | 343 | 333 | 103 | 0 | 4 | 13 | 261 | 111 | 73 |
| Binary | 1001011 | 11100011 | 11011011 | 1000011 | 0 | 100 | 1011 | 10110001 | 1001001 | 111011 |
Color Harmonies of #4BE3DB
Complementary color
Monochromatic Colors of #4BE3DB
Black with #4BE3DB
Text Example
Text Example
White with #4BE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE3DB; }
p { color: rgb(75,227,219); }
H1.HeaderClassName
{
color: #4BE3DB;
}
.AnyTagClassName
{
color: #4BE3DB;
}
</style>
background-color css
<style>
a { background-color: #4BE3DB; }
a { background-color: rgb(75,227,219); }
div.DivClassName
{
background-color: #4BE3DB;
}
.BgClassName
{
background-color: #4BE3DB;
}
</style>
border-color css
<style>
span { border-color: #4BE3DB; }
span { border-color: rgb(75,227,219); }
td.TdClassName
{
border-color: #4BE3DB;
}
.TagClassName
{
border-color: #4BE3DB;
}
</style>