#48C8E0

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

Shades of Medium Turquoise #48C8E0

Tints of Medium Turquoise #48C8E0

Color information

#48C8E0 (or 0x48C8E0) is unknown color: approx Medium Turquoise. HEX triplet: 48, C8 and E0. RGB value is (72,200,224). Sum of RGB (Red+Green+Blue) = 72+200+224=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #48C8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C8E0 is #B7371F. Grayscale: #A4A4A4. Windows color (decimal): -12007200 or 14731336. OLE color: 14731336.

HSL color Cylindrical-coordinate representation of color #48C8E0: hue angle of 189.47º degrees, saturation: 0.71, 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 #48C8E0 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72200224-
CMYK0.680.1100.12
HSL189.47º71.03%58.04%-
HSV(B)189.47º67.86%87.84%-
XYZ36.7848.0777.86-
YUV164.46161.5962.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.52%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=14.52%
G=40.32%
B=45.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722002240.680.1100.12189.4771.0358.04
Hex48C8E044B0Cbd473a
Octal1103103401041301427510772
Binary100100011001000111000001000100101101100101111011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,200,224); }

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

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

 a { background-color: rgb(72,200,224); }

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

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

 span { border-color: rgb(72,200,224); }

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