Shades of Turquoise Blue #48ECF7
Tints of Turquoise Blue #48ECF7
RGB
CMYK
RGB Variations
Color information
#48ECF7 (or 0x48ECF7) is known color: Turquoise Blue. HEX triplet: 48, EC and F7. RGB value is (72,236,247). Sum of RGB (Red+Green+Blue) = 72+236+247=555 (73% of max value = 765). Red value is 72 (28.52% from 255 or 12.97% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #48ECF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48ECF7 is #B71308. Grayscale: #BCBCBC. Windows color (decimal): -11997961 or 16247880. OLE color: 16247880.
HSL color Cylindrical-coordinate representation of color #48ECF7: hue angle of 183.77º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48ECF7 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 236 | 247 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.03 |
| HSL | 183.77º | 0.92% | 0.63% | - |
| HSV(B) | 183.77º | 0.71% | 0.97% | - |
| XYZ | 49.46 | 68.08 | 98.53 | - |
| YUV | 188.22 | 161.17 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 247 | 0.71 | 0.04 | 0 | 0.03 | 183.77 | 0.92 | 0.63 |
| Hex | 48 | EC | F7 | 47 | 4 | 0 | 3 | B8 | 5C | 3F |
| Octal | 110 | 354 | 367 | 107 | 4 | 0 | 3 | 270 | 134 | 77 |
| Binary | 1001000 | 11101100 | 11110111 | 1000111 | 100 | 0 | 11 | 10111000 | 1011100 | 111111 |
Color Harmonies of #48ECF7
Complementary color
Monochromatic Colors of #48ECF7
Black with #48ECF7
Text Example
Text Example
White with #48ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ECF7; }
p { color: rgb(72,236,247); }
H1.HeaderClassName
{
color: #48ECF7;
}
.AnyTagClassName
{
color: #48ECF7;
}
</style>
background-color css
<style>
a { background-color: #48ECF7; }
a { background-color: rgb(72,236,247); }
div.DivClassName
{
background-color: #48ECF7;
}
.BgClassName
{
background-color: #48ECF7;
}
</style>
border-color css
<style>
span { border-color: #48ECF7; }
span { border-color: rgb(72,236,247); }
td.TdClassName
{
border-color: #48ECF7;
}
.TagClassName
{
border-color: #48ECF7;
}
</style>