#48C1B9

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

Shades of Medium Turquoise #48C1B9

Tints of Medium Turquoise #48C1B9

Color information

#48C1B9 (or 0x48C1B9) is unknown color: approx Medium Turquoise. HEX triplet: 48, C1 and B9. RGB value is (72,193,185). Sum of RGB (Red+Green+Blue) = 72+193+185=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #48C1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C1B9 is #B73E46. Grayscale: #9B9B9B. Windows color (decimal): -12009031 or 12173640. OLE color: 12173640.

HSL color Cylindrical-coordinate representation of color #48C1B9: hue angle of 176.03º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C1B9 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB72193185-
CMYK0.6300.040.24
HSL176.03º49.39%51.96%-
HSV(B)176.03º62.69%75.69%-
XYZ30.543.0252.6-
YUV155.91144.4168.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 185 (72.66% from 255) = 41.11%
R=16%
G=42.89%
B=41.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721931850.6300.040.24176.0349.3951.96
Hex48C1B93F0418b03134
Octal1103012717704302606164
Binary1001000110000011011100111111101001100010110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,193,185); }

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

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

 a { background-color: rgb(72,193,185); }

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

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

 span { border-color: rgb(72,193,185); }

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