#48D6B3

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

Shades of Medium Turquoise #48D6B3

Tints of Medium Turquoise #48D6B3

Color information

#48D6B3 (or 0x48D6B3) is unknown color: approx Medium Turquoise. HEX triplet: 48, D6 and B3. RGB value is (72,214,179). Sum of RGB (Red+Green+Blue) = 72+214+179=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #48D6B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D6B3 is #B7294C. Grayscale: #A7A7A7. Windows color (decimal): -12003661 or 11785800. OLE color: 11785800.

HSL color Cylindrical-coordinate representation of color #48D6B3: hue angle of 165.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D6B3 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB72214179-
CMYK0.6600.160.16
HSL165.21º63.39%56.08%-
HSV(B)165.21º66.36%83.92%-
XYZ34.8652.7350.99-
YUV167.55134.4659.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.48%
GREEN value IS 214 (83.98% from 255) = 46.02%
BLUE value IS 179 (70.31% from 255) = 38.49%
R=15.48%
G=46.02%
B=38.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722141790.6600.160.16165.2163.3956.08
Hex48D6B34201010a53f38
Octal110326263102020202457770
Binary1001000110101101011001110000100100001000010100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,214,179); }

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

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

 a { background-color: rgb(72,214,179); }

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

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

 span { border-color: rgb(72,214,179); }

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