#48BFC1

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

Shades of Medium Turquoise #48BFC1

Tints of Medium Turquoise #48BFC1

Color information

#48BFC1 (or 0x48BFC1) is unknown color: approx Medium Turquoise. HEX triplet: 48, BF and C1. RGB value is (72,191,193). Sum of RGB (Red+Green+Blue) = 72+191+193=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #48BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFC1 is #B7403E. Grayscale: #9B9B9B. Windows color (decimal): -12009535 or 12697416. OLE color: 12697416.

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

Color convert

RGB72191193-
CMYK0.630.0100.24
HSL180.99º49.39%51.96%-
HSV(B)180.99º62.69%75.69%-
XYZ30.9342.4957.02-
YUV155.65149.0868.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.79%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=15.79%
G=41.89%
B=42.32%

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
Decimal721911930.630.0100.24180.9949.3951.96
Hex48BFC13F1018b53134
Octal1102773017710302656164
Binary10010001011111111000001111111101100010110101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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