Shades of Turquoise Blue #48E2FE
Tints of Turquoise Blue #48E2FE
RGB
CMYK
RGB Variations
Color information
#48E2FE (or 0x48E2FE) is known color: Turquoise Blue. HEX triplet: 48, E2 and FE. RGB value is (72,226,254). Sum of RGB (Red+Green+Blue) = 72+226+254=552 (73% of max value = 765). Red value is 72 (28.52% from 255 or 13.04% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #48E2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E2FE is #B71D01. Grayscale: #B6B6B6. Windows color (decimal): -12000514 or 16704072. OLE color: 16704072.
HSL color Cylindrical-coordinate representation of color #48E2FE: hue angle of 189.23º 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 #48E2FE is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 226 | 254 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.00 |
| HSL | 189.23º | 0.99% | 0.64% | - |
| HSV(B) | 189.23º | 0.72% | 1% | - |
| XYZ | 47.76 | 62.93 | 103.39 | - |
| YUV | 183.15 | 167.98 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 254 | 0.72 | 0.11 | 0 | 0.00 | 189.23 | 0.99 | 0.64 |
| Hex | 48 | E2 | FE | 48 | B | 0 | 0 | BD | 63 | 40 |
| Octal | 110 | 342 | 376 | 110 | 13 | 0 | 0 | 275 | 143 | 100 |
| Binary | 1001000 | 11100010 | 11111110 | 1001000 | 1011 | 0 | 0 | 10111101 | 1100011 | 1000000 |
Color Harmonies of #48E2FE
Complementary color
Monochromatic Colors of #48E2FE
Black with #48E2FE
Text Example
Text Example
White with #48E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E2FE; }
p { color: rgb(72,226,254); }
H1.HeaderClassName
{
color: #48E2FE;
}
.AnyTagClassName
{
color: #48E2FE;
}
</style>
background-color css
<style>
a { background-color: #48E2FE; }
a { background-color: rgb(72,226,254); }
div.DivClassName
{
background-color: #48E2FE;
}
.BgClassName
{
background-color: #48E2FE;
}
</style>
border-color css
<style>
span { border-color: #48E2FE; }
span { border-color: rgb(72,226,254); }
td.TdClassName
{
border-color: #48E2FE;
}
.TagClassName
{
border-color: #48E2FE;
}
</style>