#48E8FF

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

Shades of Turquoise Blue #48E8FF

Tints of Turquoise Blue #48E8FF

Color information

#48E8FF (or 0x48E8FF) is unknown color: approx Turquoise Blue. HEX triplet: 48, E8 and FF. RGB value is (72,232,255). Sum of RGB (Red+Green+Blue) = 72+232+255=559 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.88% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #48E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48E8FF is #B71700. Grayscale: #BABABA. Windows color (decimal): -11998977 or 16771144. OLE color: 16771144.

HSL color Cylindrical-coordinate representation of color #48E8FF: hue angle of 187.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48E8FF is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB72232255-
CMYK0.720.0900
HSL187.54º100%64.12%-
HSV(B)187.54º71.76%100%-
XYZ49.5866.31104.79-
YUV186.78166.4946.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.88%
GREEN value IS 232 (91.02% from 255) = 41.50%
BLUE value IS 255 (100% from 255) = 45.62%
R=12.88%
G=41.50%
B=45.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal722322550.720.0900187.5410064.12
Hex48E8FF48900bc6440
Octal1103503771101100274144100
Binary1001000111010001111111110010001001001011110011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,232,255); }

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

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

 a { background-color: rgb(72,232,255); }

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

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

 span { border-color: rgb(72,232,255); }

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