Shades of Turquoise Blue #48DBEF
Tints of Turquoise Blue #48DBEF
RGB
CMYK
RGB Variations
Color information
#48DBEF (or 0x48DBEF) is known color: Turquoise Blue. HEX triplet: 48, DB and EF. RGB value is (72,219,239). Sum of RGB (Red+Green+Blue) = 72+219+239=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #48DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBEF is #B72410. Grayscale: #B1B1B1. Windows color (decimal): -12002321 or 15719240. OLE color: 15719240.
HSL color Cylindrical-coordinate representation of color #48DBEF: hue angle of 187.19º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48DBEF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 219 | 239 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.06 |
| HSL | 187.19º | 0.84% | 0.61% | - |
| HSV(B) | 187.19º | 0.7% | 0.94% | - |
| XYZ | 43.58 | 58.27 | 90.61 | - |
| YUV | 177.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 239 | 0.70 | 0.08 | 0 | 0.06 | 187.19 | 0.84 | 0.61 |
| Hex | 48 | DB | EF | 46 | 8 | 0 | 6 | BB | 54 | 3D |
| Octal | 110 | 333 | 357 | 106 | 10 | 0 | 6 | 273 | 124 | 75 |
| Binary | 1001000 | 11011011 | 11101111 | 1000110 | 1000 | 0 | 110 | 10111011 | 1010100 | 111101 |
Color Harmonies of #48DBEF
Complementary color
Monochromatic Colors of #48DBEF
Black with #48DBEF
Text Example
Text Example
White with #48DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBEF; }
p { color: rgb(72,219,239); }
H1.HeaderClassName
{
color: #48DBEF;
}
.AnyTagClassName
{
color: #48DBEF;
}
</style>
background-color css
<style>
a { background-color: #48DBEF; }
a { background-color: rgb(72,219,239); }
div.DivClassName
{
background-color: #48DBEF;
}
.BgClassName
{
background-color: #48DBEF;
}
</style>
border-color css
<style>
span { border-color: #48DBEF; }
span { border-color: rgb(72,219,239); }
td.TdClassName
{
border-color: #48DBEF;
}
.TagClassName
{
border-color: #48DBEF;
}
</style>