#48D8E4

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

Shades of Medium Turquoise #48D8E4

Tints of Medium Turquoise #48D8E4

Color information

#48D8E4 (or 0x48D8E4) is unknown color: approx Medium Turquoise. HEX triplet: 48, D8 and E4. RGB value is (72,216,228). Sum of RGB (Red+Green+Blue) = 72+216+228=516 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.95% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #48D8E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D8E4 is #B7271B. Grayscale: #AEAEAE. Windows color (decimal): -12003100 or 14997576. OLE color: 14997576.

HSL color Cylindrical-coordinate representation of color #48D8E4: hue angle of 184.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48D8E4 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB72216228-
CMYK0.680.0500.11
HSL184.62º74.29%58.82%-
HSV(B)184.62º68.42%89.41%-
XYZ41.2356.0982.05-
YUV174.31158.2955.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.95%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 228 (89.45% from 255) = 44.19%
R=13.95%
G=41.86%
B=44.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722162280.680.0500.11184.6274.2958.82
Hex48D8E44450Bb94a3b
Octal110330344104501327111273
Binary10010001101100011100100100010010101011101110011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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