Shades of Turquoise Blue #48DBFB
Tints of Turquoise Blue #48DBFB
RGB
CMYK
RGB Variations
Color information
#48DBFB (or 0x48DBFB) is known color: Turquoise Blue. HEX triplet: 48, DB and FB. RGB value is (72,219,251). Sum of RGB (Red+Green+Blue) = 72+219+251=542 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.28% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #48DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBFB is #B72404. Grayscale: #B2B2B2. Windows color (decimal): -12002309 or 16505672. OLE color: 16505672.
HSL color Cylindrical-coordinate representation of color #48DBFB: hue angle of 190.73º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48DBFB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 219 | 251 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.02 |
| HSL | 190.73º | 0.96% | 0.63% | - |
| HSV(B) | 190.73º | 0.71% | 0.98% | - |
| XYZ | 45.42 | 59.01 | 100.26 | - |
| YUV | 178.7 | 168.8 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 251 | 0.71 | 0.13 | 0 | 0.02 | 190.73 | 0.96 | 0.63 |
| Hex | 48 | DB | FB | 47 | D | 0 | 2 | BF | 60 | 3F |
| Octal | 110 | 333 | 373 | 107 | 15 | 0 | 2 | 277 | 140 | 77 |
| Binary | 1001000 | 11011011 | 11111011 | 1000111 | 1101 | 0 | 10 | 10111111 | 1100000 | 111111 |
Color Harmonies of #48DBFB
Complementary color
Monochromatic Colors of #48DBFB
Black with #48DBFB
Text Example
Text Example
White with #48DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBFB; }
p { color: rgb(72,219,251); }
H1.HeaderClassName
{
color: #48DBFB;
}
.AnyTagClassName
{
color: #48DBFB;
}
</style>
background-color css
<style>
a { background-color: #48DBFB; }
a { background-color: rgb(72,219,251); }
div.DivClassName
{
background-color: #48DBFB;
}
.BgClassName
{
background-color: #48DBFB;
}
</style>
border-color css
<style>
span { border-color: #48DBFB; }
span { border-color: rgb(72,219,251); }
td.TdClassName
{
border-color: #48DBFB;
}
.TagClassName
{
border-color: #48DBFB;
}
</style>