#48DAF4

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

Shades of Turquoise Blue #48DAF4

Tints of Turquoise Blue #48DAF4

Color information

#48DAF4 (or 0x48DAF4) is unknown color: approx Turquoise Blue. HEX triplet: 48, DA and F4. RGB value is (72,218,244). Sum of RGB (Red+Green+Blue) = 72+218+244=534 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.48% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #48DAF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DAF4 is #B7250B. Grayscale: #B1B1B1. Windows color (decimal): -12002572 or 16046664. OLE color: 16046664.

HSL color Cylindrical-coordinate representation of color #48DAF4: hue angle of 189.07º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48DAF4 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB72218244-
CMYK0.700.1100.04
HSL189.07º88.66%61.96%-
HSV(B)189.07º70.49%95.69%-
XYZ44.0758.0594.47-
YUV177.31165.6352.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.48%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 244 (95.70% from 255) = 45.69%
R=13.48%
G=40.82%
B=45.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722182440.700.1100.04189.0788.6661.96
Hex48DAF446B04bd593e
Octal110332364106130427513176
Binary10010001101101011110100100011010110100101111011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,218,244); }

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

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

 a { background-color: rgb(72,218,244); }

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

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

 span { border-color: rgb(72,218,244); }

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