#48C0C1

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

Shades of Medium Turquoise #48C0C1

Tints of Medium Turquoise #48C0C1

Color information

#48C0C1 (or 0x48C0C1) is unknown color: approx Medium Turquoise. HEX triplet: 48, C0 and C1. RGB value is (72,192,193). Sum of RGB (Red+Green+Blue) = 72+192+193=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #48C0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0C1 is #B73F3E. Grayscale: #9C9C9C. Windows color (decimal): -12009279 or 12697672. OLE color: 12697672.

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

Color convert

RGB72192193-
CMYK0.630.0100.24
HSL180.5º49.39%51.96%-
HSV(B)180.5º62.69%75.69%-
XYZ31.1542.9357.1-
YUV156.23148.7467.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.75%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=15.75%
G=42.01%
B=42.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721921930.630.0100.24180.549.3951.96
Hex48C0C13F1018b43134
Octal1103003017710302646164
Binary10010001100000011000001111111101100010110100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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