#48c2ba

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

Shades of Medium Turquoise #48C2BA

Tints of Medium Turquoise #48C2BA

Color information

#48C2BA (or 0x48C2BA) is unknown color: approx Medium Turquoise. HEX triplet: 48, C2 and BA. RGB value is (72,194,186). Sum of RGB (Red+Green+Blue) = 72+194+186=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #48C2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C2BA is #B73D45. Grayscale: #9C9C9C. Windows color (decimal): -12008774 or 12239432. OLE color: 12239432.

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

Color convert

RGB72194186-
CMYK0.6300.040.24
HSL176.07º50%52.16%-
HSV(B)176.07º62.89%76.08%-
XYZ30.8343.5153.23-
YUV156.61144.5867.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.93%
GREEN value IS 194 (76.17% from 255) = 42.92%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=15.93%
G=42.92%
B=41.15%

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
Decimal721941860.6300.040.24176.075052.16
Hex48C2BA3F0418b03234
Octal1103022727704302606264
Binary1001000110000101011101011111101001100010110000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48c2ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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