#48C0BB

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

Shades of Medium Turquoise #48C0BB

Tints of Medium Turquoise #48C0BB

Color information

#48C0BB (or 0x48C0BB) is unknown color: approx Medium Turquoise. HEX triplet: 48, C0 and BB. RGB value is (72,192,187). Sum of RGB (Red+Green+Blue) = 72+192+187=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #48C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0BB is #B73F44. Grayscale: #9B9B9B. Windows color (decimal): -12009285 or 12304456. OLE color: 12304456.

HSL color Cylindrical-coordinate representation of color #48C0BB: hue angle of 177.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C0BB is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB72192187-
CMYK0.6300.030.25
HSL177.5º48.78%51.76%-
HSV(B)177.5º62.5%75.29%-
XYZ30.4942.6653.64-
YUV155.55145.7468.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.96%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=15.96%
G=42.57%
B=41.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721921870.6300.030.25177.548.7851.76
Hex48C0BB3F0319b23134
Octal1103002737703312626164
Binary100100011000000101110111111110111100110110010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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