Shades of Turquoise Blue #4BDBFE
Tints of Turquoise Blue #4BDBFE
RGB
CMYK
RGB Variations
Color information
#4BDBFE (or 0x4BDBFE) is known color: Turquoise Blue. HEX triplet: 4B, DB and FE. RGB value is (75,219,254). Sum of RGB (Red+Green+Blue) = 75+219+254=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDBFE is #B42401. Grayscale: #B3B3B3. Windows color (decimal): -11805698 or 16702283. OLE color: 16702283.
HSL color Cylindrical-coordinate representation of color #4BDBFE: hue angle of 191.73º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BDBFE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 219 | 254 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.00 |
| HSL | 191.73º | 0.99% | 0.65% | - |
| HSV(B) | 191.73º | 0.7% | 1% | - |
| XYZ | 46.12 | 59.31 | 102.78 | - |
| YUV | 179.93 | 169.79 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 254 | 0.70 | 0.14 | 0 | 0.00 | 191.73 | 0.99 | 0.65 |
| Hex | 4B | DB | FE | 46 | E | 0 | 0 | C0 | 63 | 41 |
| Octal | 113 | 333 | 376 | 106 | 16 | 0 | 0 | 300 | 143 | 101 |
| Binary | 1001011 | 11011011 | 11111110 | 1000110 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000001 |
Color Harmonies of #4BDBFE
Complementary color
Monochromatic Colors of #4BDBFE
Black with #4BDBFE
Text Example
Text Example
White with #4BDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBFE; }
p { color: rgb(75,219,254); }
H1.HeaderClassName
{
color: #4BDBFE;
}
.AnyTagClassName
{
color: #4BDBFE;
}
</style>
background-color css
<style>
a { background-color: #4BDBFE; }
a { background-color: rgb(75,219,254); }
div.DivClassName
{
background-color: #4BDBFE;
}
.BgClassName
{
background-color: #4BDBFE;
}
</style>
border-color css
<style>
span { border-color: #4BDBFE; }
span { border-color: rgb(75,219,254); }
td.TdClassName
{
border-color: #4BDBFE;
}
.TagClassName
{
border-color: #4BDBFE;
}
</style>