#48e0f1

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

Shades of Turquoise Blue #48E0F1

Tints of Turquoise Blue #48E0F1

Color information

#48E0F1 (or 0x48E0F1) is unknown color: approx Turquoise Blue. HEX triplet: 48, E0 and F1. RGB value is (72,224,241). Sum of RGB (Red+Green+Blue) = 72+224+241=537 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.41% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #48E0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E0F1 is #B71F0E. Grayscale: #B4B4B4. Windows color (decimal): -12001039 or 15851592. OLE color: 15851592.

HSL color Cylindrical-coordinate representation of color #48E0F1: hue angle of 186.04º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48E0F1 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB72224241-
CMYK0.700.0700.05
HSL186.04º85.79%61.37%-
HSV(B)186.04º70.12%94.51%-
XYZ45.2161.0492.62-
YUV180.49162.1450.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.41%
GREEN value IS 224 (87.89% from 255) = 41.71%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=13.41%
G=41.71%
B=44.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal722242410.700.0700.05186.0485.7961.37
Hex48E0F146705ba563d
Octal11034036110670527212675
Binary1001000111000001111000110001101110101101110101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48e0f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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