#48E7FD

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

Shades of Turquoise Blue #48E7FD

Tints of Turquoise Blue #48E7FD

Color information

#48E7FD (or 0x48E7FD) is unknown color: approx Turquoise Blue. HEX triplet: 48, E7 and FD. RGB value is (72,231,253). Sum of RGB (Red+Green+Blue) = 72+231+253=556 (73% of max value = 765). Red value is 72 (28.52% from 255 or 12.95% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #48E7FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48E7FD is #B71802. Grayscale: #B9B9B9. Windows color (decimal): -11999235 or 16639816. OLE color: 16639816.

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

Color convert

RGB72231253-
CMYK0.720.0900.01
HSL187.29º97.84%63.73%-
HSV(B)187.29º71.54%99.22%-
XYZ48.9865.62103.01-
YUV185.97165.8246.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.95%
GREEN value IS 231 (90.62% from 255) = 41.55%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=12.95%
G=41.55%
B=45.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722312530.720.0900.01187.2997.8463.73
Hex48E7FD48901bb6240
Octal1103473751101101273142100
Binary1001000111001111111110110010001001011011101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,231,253); }

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

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

 a { background-color: rgb(72,231,253); }

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

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

 span { border-color: rgb(72,231,253); }

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