Shades of Turquoise #4BECDB
Tints of Turquoise #4BECDB
RGB
CMYK
RGB Variations
Color information
#4BECDB (or 0x4BECDB) is known color: Turquoise. HEX triplet: 4B, EC and DB. RGB value is (75,236,219). Sum of RGB (Red+Green+Blue) = 75+236+219=530 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.15% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECDB is #B41324. Grayscale: #B9B9B9. Windows color (decimal): -11801381 or 14412875. OLE color: 14412875.
HSL color Cylindrical-coordinate representation of color #4BECDB: hue angle of 173.66º degrees, saturation: 0.81, 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 #4BECDB is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 236 | 219 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.07 |
| HSL | 173.66º | 0.81% | 0.61% | - |
| HSV(B) | 173.66º | 0.68% | 0.93% | - |
| XYZ | 45.68 | 66.6 | 77.47 | - |
| YUV | 185.92 | 146.66 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 219 | 0.68 | 0 | 0.07 | 0.07 | 173.66 | 0.81 | 0.61 |
| Hex | 4B | EC | DB | 44 | 0 | 7 | 7 | AE | 51 | 3D |
| Octal | 113 | 354 | 333 | 104 | 0 | 7 | 7 | 256 | 121 | 75 |
| Binary | 1001011 | 11101100 | 11011011 | 1000100 | 0 | 111 | 111 | 10101110 | 1010001 | 111101 |
Color Harmonies of #4BECDB
Complementary color
Monochromatic Colors of #4BECDB
Black with #4BECDB
Text Example
Text Example
White with #4BECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BECDB; }
p { color: rgb(75,236,219); }
H1.HeaderClassName
{
color: #4BECDB;
}
.AnyTagClassName
{
color: #4BECDB;
}
</style>
background-color css
<style>
a { background-color: #4BECDB; }
a { background-color: rgb(75,236,219); }
div.DivClassName
{
background-color: #4BECDB;
}
.BgClassName
{
background-color: #4BECDB;
}
</style>
border-color css
<style>
span { border-color: #4BECDB; }
span { border-color: rgb(75,236,219); }
td.TdClassName
{
border-color: #4BECDB;
}
.TagClassName
{
border-color: #4BECDB;
}
</style>