#48E0F7

Color #48E0F7 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #48E0F7

Tints of Turquoise Blue #48E0F7

Color information

#48E0F7 (or 0x48E0F7) is unknown color: approx Turquoise Blue. HEX triplet: 48, E0 and F7. RGB value is (72,224,247). Sum of RGB (Red+Green+Blue) = 72+224+247=543 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.26% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #48E0F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E0F7 is #B71F08. Grayscale: #B4B4B4. Windows color (decimal): -12001033 or 16244808. OLE color: 16244808.

HSL color Cylindrical-coordinate representation of color #48E0F7: hue angle of 187.89º 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 #48E0F7 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB72224247-
CMYK0.710.0900.03
HSL187.89º91.62%62.55%-
HSV(B)187.89º70.85%96.86%-
XYZ46.1261.497.42-
YUV181.17165.1450.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 13.26%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 247 (96.88% from 255) = 45.49%
R=13.26%
G=41.25%
B=45.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722242470.710.0900.03187.8991.6262.55
Hex48E0F747903bc5c3f
Octal110340367107110327413477
Binary1001000111000001111011110001111001011101111001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48E0F7; }

 p { color: rgb(72,224,247); }

 H1.HeaderClassName
 {
   color: #48E0F7;
 }
 .AnyTagClassName
 {
   color: #48E0F7;
 }
</style>
background-color css

<style>
 a { background-color: #48E0F7; }

 a { background-color: rgb(72,224,247); }

 div.DivClassName
 {
   background-color: #48E0F7;
 }
 .BgClassName
 {
   background-color: #48E0F7;
 }
</style>
border-color css

<style>
 span { border-color: #48E0F7; }

 span { border-color: rgb(72,224,247); }

 td.TdClassName
 {
   border-color: #48E0F7;
 }
 .TagClassName
 {
   border-color: #48E0F7;
 }
</style>