#48C6BD

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

Shades of Medium Turquoise #48C6BD

Tints of Medium Turquoise #48C6BD

Color information

#48C6BD (or 0x48C6BD) is unknown color: approx Medium Turquoise. HEX triplet: 48, C6 and BD. RGB value is (72,198,189). Sum of RGB (Red+Green+Blue) = 72+198+189=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #48C6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C6BD is #B73942. Grayscale: #9F9F9F. Windows color (decimal): -12007747 or 12437064. OLE color: 12437064.

HSL color Cylindrical-coordinate representation of color #48C6BD: hue angle of 175.71º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C6BD is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB72198189-
CMYK0.6400.050.22
HSL175.71º52.5%52.94%-
HSV(B)175.71º63.64%77.65%-
XYZ32.0545.4455.23-
YUV159.3144.7665.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.69%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=15.69%
G=43.14%
B=41.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721981890.6400.050.22175.7152.552.94
Hex48C6BD400516b03535
Octal11030627510005262606565
Binary10010001100011010111101100000001011011010110000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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