#48e0ff

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

Shades of Turquoise Blue #48E0FF

Tints of Turquoise Blue #48E0FF

Color information

#48E0FF (or 0x48E0FF) is unknown color: approx Turquoise Blue. HEX triplet: 48, E0 and FF. RGB value is (72,224,255). Sum of RGB (Red+Green+Blue) = 72+224+255=551 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.07% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #48E0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E0FF is #B71F00. Grayscale: #B5B5B5. Windows color (decimal): -12001025 or 16769096. OLE color: 16769096.

HSL color Cylindrical-coordinate representation of color #48E0FF: hue angle of 190.16º 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 #48E0FF is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB72224255-
CMYK0.720.1200
HSL190.16º100%64.12%-
HSV(B)190.16º71.76%100%-
XYZ47.3861.91104.06-
YUV182.09169.1449.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.07%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 255 (100% from 255) = 46.28%
R=13.07%
G=40.65%
B=46.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal722242550.720.1200190.1610064.12
Hex48E0FF48C00be6440
Octal1103403771101400276144100
Binary1001000111000001111111110010001100001011111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48e0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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