#48C3BF

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

Shades of Medium Turquoise #48C3BF

Tints of Medium Turquoise #48C3BF

Color information

#48C3BF (or 0x48C3BF) is unknown color: approx Medium Turquoise. HEX triplet: 48, C3 and BF. RGB value is (72,195,191). Sum of RGB (Red+Green+Blue) = 72+195+191=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #48C3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C3BF is #B73C40. Grayscale: #9D9D9D. Windows color (decimal): -12008513 or 12567368. OLE color: 12567368.

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

Color convert

RGB72195191-
CMYK0.6300.020.24
HSL178.05º50.62%52.35%-
HSV(B)178.05º63.08%76.47%-
XYZ31.5944.1756.15-
YUV157.77146.7566.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.72%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 191 (75% from 255) = 41.70%
R=15.72%
G=42.58%
B=41.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721951910.6300.020.24178.0550.6252.35
Hex48C3BF3F0218b23334
Octal1103032777702302626364
Binary100100011000011101111111111110101100010110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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