#48C3BD

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

Shades of Medium Turquoise #48C3BD

Tints of Medium Turquoise #48C3BD

Color information

#48C3BD (or 0x48C3BD) is unknown color: approx Medium Turquoise. HEX triplet: 48, C3 and BD. RGB value is (72,195,189). Sum of RGB (Red+Green+Blue) = 72+195+189=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #48C3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C3BD is #B73C42. Grayscale: #9D9D9D. Windows color (decimal): -12008515 or 12436296. OLE color: 12436296.

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

Color convert

RGB72195189-
CMYK0.6300.030.24
HSL177.07º50.62%52.35%-
HSV(B)177.07º63.08%76.47%-
XYZ31.3744.0855-
YUV157.54145.7566.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.79%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=15.79%
G=42.76%
B=41.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721951890.6300.030.24177.0750.6252.35
Hex48C3BD3F0318b13334
Octal1103032757703302616364
Binary100100011000011101111011111110111100010110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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