#48C0BA

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

Shades of Medium Turquoise #48C0BA

Tints of Medium Turquoise #48C0BA

Color information

#48C0BA (or 0x48C0BA) is unknown color: approx Medium Turquoise. HEX triplet: 48, C0 and BA. RGB value is (72,192,186). Sum of RGB (Red+Green+Blue) = 72+192+186=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #48C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0BA is #B73F45. Grayscale: #9B9B9B. Windows color (decimal): -12009286 or 12238920. OLE color: 12238920.

HSL color Cylindrical-coordinate representation of color #48C0BA: hue angle of 177º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C0BA is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB72192186-
CMYK0.6300.030.25
HSL177º48.78%51.76%-
HSV(B)177º62.5%75.29%-
XYZ30.3942.6253.08-
YUV155.44145.2468.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=16%
G=42.67%
B=41.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721921860.6300.030.2517748.7851.76
Hex48C0BA3F0319b13134
Octal1103002727703312616164
Binary100100011000000101110101111110111100110110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,192,186); }

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

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

 a { background-color: rgb(72,192,186); }

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

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

 span { border-color: rgb(72,192,186); }

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