#48DCF0

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

Shades of Turquoise Blue #48DCF0

Tints of Turquoise Blue #48DCF0

Color information

#48DCF0 (or 0x48DCF0) is unknown color: approx Turquoise Blue. HEX triplet: 48, DC and F0. RGB value is (72,220,240). Sum of RGB (Red+Green+Blue) = 72+220+240=532 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.53% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #48DCF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DCF0 is #B7230F. Grayscale: #B1B1B1. Windows color (decimal): -12002064 or 15785032. OLE color: 15785032.

HSL color Cylindrical-coordinate representation of color #48DCF0: hue angle of 187.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48DCF0 is Cyan = 0.7, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB72220240-
CMYK0.70.0800.06
HSL187.14º84.85%61.18%-
HSV(B)187.14º70%94.12%-
XYZ43.9958.8691.48-
YUV178.03162.9752.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.53%
GREEN value IS 220 (86.33% from 255) = 41.35%
BLUE value IS 240 (94.14% from 255) = 45.11%
R=13.53%
G=41.35%
B=45.11%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722202400.70.0800.06187.1484.8561.18
Hex48DCF046806bb553d
Octal110334360106100627312575
Binary10010001101110011110000100011010000110101110111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,220,240); }

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

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

 a { background-color: rgb(72,220,240); }

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

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

 span { border-color: rgb(72,220,240); }

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