#48D8E1

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

Shades of Medium Turquoise #48D8E1

Tints of Medium Turquoise #48D8E1

Color information

#48D8E1 (or 0x48D8E1) is unknown color: approx Medium Turquoise. HEX triplet: 48, D8 and E1. RGB value is (72,216,225). Sum of RGB (Red+Green+Blue) = 72+216+225=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #48D8E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D8E1 is #B7271E. Grayscale: #ADADAD. Windows color (decimal): -12003103 or 14800968. OLE color: 14800968.

HSL color Cylindrical-coordinate representation of color #48D8E1: hue angle of 183.53º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48D8E1 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72216225-
CMYK0.680.0400.12
HSL183.53º71.83%58.24%-
HSV(B)183.53º68%88.24%-
XYZ40.8255.9379.88-
YUV173.97156.7955.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.04%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=14.04%
G=42.11%
B=43.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722162250.680.0400.12183.5371.8358.24
Hex48D8E14440Cb8483a
Octal110330341104401427011072
Binary10010001101100011100001100010010001100101110001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,216,225); }

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

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

 a { background-color: rgb(72,216,225); }

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

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

 span { border-color: rgb(72,216,225); }

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