#48CAC6

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

Shades of Medium Turquoise #48CAC6

Tints of Medium Turquoise #48CAC6

Color information

#48CAC6 (or 0x48CAC6) is unknown color: approx Medium Turquoise. HEX triplet: 48, CA and C6. RGB value is (72,202,198). Sum of RGB (Red+Green+Blue) = 72+202+198=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #48CAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CAC6 is #B73539. Grayscale: #A2A2A2. Windows color (decimal): -12006714 or 13027912. OLE color: 13027912.

HSL color Cylindrical-coordinate representation of color #48CAC6: hue angle of 178.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48CAC6 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB72202198-
CMYK0.6400.020.21
HSL178.15º55.08%53.73%-
HSV(B)178.15º64.36%79.22%-
XYZ33.9947.760.84-
YUV162.67147.9363.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.25%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=15.25%
G=42.80%
B=41.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722021980.6400.020.21178.1555.0853.73
Hex48CAC6400215b23736
Octal11031230610002252626766
Binary1001000110010101100011010000000101010110110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,202,198); }

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

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

 a { background-color: rgb(72,202,198); }

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

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

 span { border-color: rgb(72,202,198); }

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