#48CAB5

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

Shades of Medium Turquoise #48CAB5

Tints of Medium Turquoise #48CAB5

Color information

#48CAB5 (or 0x48CAB5) is unknown color: approx Medium Turquoise. HEX triplet: 48, CA and B5. RGB value is (72,202,181). Sum of RGB (Red+Green+Blue) = 72+202+181=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #48CAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CAB5 is #B7354A. Grayscale: #A0A0A0. Windows color (decimal): -12006731 or 11913800. OLE color: 11913800.

HSL color Cylindrical-coordinate representation of color #48CAB5: hue angle of 170.31º 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 #48CAB5 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB72202181-
CMYK0.6400.100.21
HSL170.31º55.08%53.73%-
HSV(B)170.31º64.36%79.22%-
XYZ32.1346.9551.09-
YUV160.74139.4364.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.82%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=15.82%
G=44.40%
B=39.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722021810.6400.100.21170.3155.0853.73
Hex48CAB5400A15aa3736
Octal110312265100012252526766
Binary100100011001010101101011000000010101010110101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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