Shades of Turquoise Blue #4BDBEF
Tints of Turquoise Blue #4BDBEF
RGB
CMYK
RGB Variations
Color information
#4BDBEF (or 0x4BDBEF) is known color: Turquoise Blue. HEX triplet: 4B, DB and EF. RGB value is (75,219,239). Sum of RGB (Red+Green+Blue) = 75+219+239=533 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.07% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BDBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDBEF is #B42410. Grayscale: #B1B1B1. Windows color (decimal): -11805713 or 15719243. OLE color: 15719243.
HSL color Cylindrical-coordinate representation of color #4BDBEF: hue angle of 187.32º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDBEF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 219 | 239 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.06 |
| HSL | 187.32º | 0.84% | 0.62% | - |
| HSV(B) | 187.32º | 0.69% | 0.94% | - |
| XYZ | 43.81 | 58.39 | 90.62 | - |
| YUV | 178.22 | 162.29 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 239 | 0.69 | 0.08 | 0 | 0.06 | 187.32 | 0.84 | 0.62 |
| Hex | 4B | DB | EF | 45 | 8 | 0 | 6 | BB | 54 | 3E |
| Octal | 113 | 333 | 357 | 105 | 10 | 0 | 6 | 273 | 124 | 76 |
| Binary | 1001011 | 11011011 | 11101111 | 1000101 | 1000 | 0 | 110 | 10111011 | 1010100 | 111110 |
Color Harmonies of #4BDBEF
Complementary color
Monochromatic Colors of #4BDBEF
Black with #4BDBEF
Text Example
Text Example
White with #4BDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBEF; }
p { color: rgb(75,219,239); }
H1.HeaderClassName
{
color: #4BDBEF;
}
.AnyTagClassName
{
color: #4BDBEF;
}
</style>
background-color css
<style>
a { background-color: #4BDBEF; }
a { background-color: rgb(75,219,239); }
div.DivClassName
{
background-color: #4BDBEF;
}
.BgClassName
{
background-color: #4BDBEF;
}
</style>
border-color css
<style>
span { border-color: #4BDBEF; }
span { border-color: rgb(75,219,239); }
td.TdClassName
{
border-color: #4BDBEF;
}
.TagClassName
{
border-color: #4BDBEF;
}
</style>