#48DBF0

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

Shades of Turquoise Blue #48DBF0

Tints of Turquoise Blue #48DBF0

Color information

#48DBF0 (or 0x48DBF0) is unknown color: approx Turquoise Blue. HEX triplet: 48, DB and F0. RGB value is (72,219,240). Sum of RGB (Red+Green+Blue) = 72+219+240=531 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.56% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #48DBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBF0 is #B7240F. Grayscale: #B1B1B1. Windows color (decimal): -12002320 or 15784776. OLE color: 15784776.

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

Color convert

RGB72219240-
CMYK0.70.0900.06
HSL187.5º84.85%61.18%-
HSV(B)187.5º70%94.12%-
XYZ43.7358.3391.39-
YUV177.44163.352.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.56%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 240 (94.14% from 255) = 45.20%
R=13.56%
G=41.24%
B=45.20%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722192400.70.0900.06187.584.8561.18
Hex48DBF046906bc553d
Octal110333360106110627412575
Binary10010001101101111110000100011010010110101111001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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