Shades of Turquoise Blue #4BDDEF
Tints of Turquoise Blue #4BDDEF
RGB
CMYK
RGB Variations
Color information
#4BDDEF (or 0x4BDDEF) is known color: Turquoise Blue. HEX triplet: 4B, DD and EF. RGB value is (75,221,239). Sum of RGB (Red+Green+Blue) = 75+221+239=535 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.02% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BDDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDDEF is #B42210. Grayscale: #B3B3B3. Windows color (decimal): -11805201 or 15719755. OLE color: 15719755.
HSL color Cylindrical-coordinate representation of color #4BDDEF: hue angle of 186.59º 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 #4BDDEF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 221 | 239 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.06 |
| HSL | 186.59º | 0.84% | 0.62% | - |
| HSV(B) | 186.59º | 0.69% | 0.94% | - |
| XYZ | 44.34 | 59.44 | 90.8 | - |
| YUV | 179.4 | 161.63 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 239 | 0.69 | 0.08 | 0 | 0.06 | 186.59 | 0.84 | 0.62 |
| Hex | 4B | DD | EF | 45 | 8 | 0 | 6 | BB | 54 | 3E |
| Octal | 113 | 335 | 357 | 105 | 10 | 0 | 6 | 273 | 124 | 76 |
| Binary | 1001011 | 11011101 | 11101111 | 1000101 | 1000 | 0 | 110 | 10111011 | 1010100 | 111110 |
Color Harmonies of #4BDDEF
Complementary color
Monochromatic Colors of #4BDDEF
Black with #4BDDEF
Text Example
Text Example
White with #4BDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDEF; }
p { color: rgb(75,221,239); }
H1.HeaderClassName
{
color: #4BDDEF;
}
.AnyTagClassName
{
color: #4BDDEF;
}
</style>
background-color css
<style>
a { background-color: #4BDDEF; }
a { background-color: rgb(75,221,239); }
div.DivClassName
{
background-color: #4BDDEF;
}
.BgClassName
{
background-color: #4BDDEF;
}
</style>
border-color css
<style>
span { border-color: #4BDDEF; }
span { border-color: rgb(75,221,239); }
td.TdClassName
{
border-color: #4BDDEF;
}
.TagClassName
{
border-color: #4BDDEF;
}
</style>