#48C0C3

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

Shades of Medium Turquoise #48C0C3

Tints of Medium Turquoise #48C0C3

Color information

#48C0C3 (or 0x48C0C3) is unknown color: approx Medium Turquoise. HEX triplet: 48, C0 and C3. RGB value is (72,192,195). Sum of RGB (Red+Green+Blue) = 72+192+195=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #48C0C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0C3 is #B73F3C. Grayscale: #9C9C9C. Windows color (decimal): -12009277 or 12828744. OLE color: 12828744.

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

Color convert

RGB72192195-
CMYK0.630.0200.24
HSL181.46º50.62%52.35%-
HSV(B)181.46º63.08%76.47%-
XYZ31.3743.0258.28-
YUV156.46149.7467.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.69%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=15.69%
G=41.83%
B=42.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721921950.630.0200.24181.4650.6252.35
Hex48C0C33F2018b53334
Octal1103003037720302656364
Binary100100011000000110000111111111001100010110101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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