Shades of Turquoise Blue #48DBFE
Tints of Turquoise Blue #48DBFE
RGB
CMYK
RGB Variations
Color information
#48DBFE (or 0x48DBFE) is known color: Turquoise Blue. HEX triplet: 48, DB and FE. RGB value is (72,219,254). Sum of RGB (Red+Green+Blue) = 72+219+254=545 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.21% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #48DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBFE is #B72401. Grayscale: #B2B2B2. Windows color (decimal): -12002306 or 16702280. OLE color: 16702280.
HSL color Cylindrical-coordinate representation of color #48DBFE: hue angle of 191.54º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48DBFE is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 219 | 254 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.00 |
| HSL | 191.54º | 0.99% | 0.64% | - |
| HSV(B) | 191.54º | 0.72% | 1% | - |
| XYZ | 45.89 | 59.2 | 102.77 | - |
| YUV | 179.04 | 170.3 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 254 | 0.72 | 0.14 | 0 | 0.00 | 191.54 | 0.99 | 0.64 |
| Hex | 48 | DB | FE | 48 | E | 0 | 0 | C0 | 63 | 40 |
| Octal | 110 | 333 | 376 | 110 | 16 | 0 | 0 | 300 | 143 | 100 |
| Binary | 1001000 | 11011011 | 11111110 | 1001000 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000000 |
Color Harmonies of #48DBFE
Complementary color
Monochromatic Colors of #48DBFE
Black with #48DBFE
Text Example
Text Example
White with #48DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBFE; }
p { color: rgb(72,219,254); }
H1.HeaderClassName
{
color: #48DBFE;
}
.AnyTagClassName
{
color: #48DBFE;
}
</style>
background-color css
<style>
a { background-color: #48DBFE; }
a { background-color: rgb(72,219,254); }
div.DivClassName
{
background-color: #48DBFE;
}
.BgClassName
{
background-color: #48DBFE;
}
</style>
border-color css
<style>
span { border-color: #48DBFE; }
span { border-color: rgb(72,219,254); }
td.TdClassName
{
border-color: #48DBFE;
}
.TagClassName
{
border-color: #48DBFE;
}
</style>