#48C1BF

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

Shades of Medium Turquoise #48C1BF

Tints of Medium Turquoise #48C1BF

Color information

#48C1BF (or 0x48C1BF) is unknown color: approx Medium Turquoise. HEX triplet: 48, C1 and BF. RGB value is (72,193,191). Sum of RGB (Red+Green+Blue) = 72+193+191=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #48C1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C1BF is #B73E40. Grayscale: #9C9C9C. Windows color (decimal): -12009025 or 12566856. OLE color: 12566856.

HSL color Cylindrical-coordinate representation of color #48C1BF: hue angle of 179.01º 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 #48C1BF is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB72193191-
CMYK0.6300.010.24
HSL179.01º49.39%51.96%-
HSV(B)179.01º62.69%75.69%-
XYZ31.1543.2856-
YUV156.59147.4167.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.79%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 191 (75% from 255) = 41.89%
R=15.79%
G=42.32%
B=41.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721931910.6300.010.24179.0149.3951.96
Hex48C1BF3F0118b33134
Octal1103012777701302636164
Binary10010001100000110111111111111011100010110011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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